Closed txaty closed 1 year ago
these are 2 different issues, thanks for the detail report; the playground examples are broken because the witness doesn't match the underlying mimc impl (we will fix that). The other issue with go dep, see #638
playground fixed 👍
With the latest version:
gnark v0.8.0
andgnark-crypto v0.10.0
, the MiMC hash demo in the example directory cannot be successfully executed.This is my
mimc.go
in mimchash folder:And my
mimc_test.go
in mimchash folder:The error message:
And seems that the
Hash of a secret
andEdDSA signature
examples in the gnark playground are also broken:I encountered these issues when I was trying to build a signature proving scheme ten days ago. I hope the information can help address the problems if they exist.