You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use mimc7 hash algorithm mimc7::<91> , i get an incorrect output
There is a constant field[] C in file mimc7.zok, the value should be 13602139229813231349386885113156901793661719180900395818909719758150455500533 when index is 91
Environment
Compiler version: 0.8.7
Operating system: CentOS 7
Steps to Reproduce
def main(field x, field k) -> field {
h = mimc7::<91>(x, k);
return h;
}
The text was updated successfully, but these errors were encountered:
Description
When i use mimc7 hash algorithm
mimc7::<91>
, i get an incorrect outputThere is a constant
field[] C
in file mimc7.zok, the value should be13602139229813231349386885113156901793661719180900395818909719758150455500533
when index is 91Environment
Compiler version: 0.8.7
Operating system: CentOS 7
Steps to Reproduce
The text was updated successfully, but these errors were encountered: