Closed Subway2023 closed 1 month ago
Hey, @Subway2023, you are getting this error because your circuit has no public signals. You can fix it by making the note
signal public as this is the public data anyway.
Also, please check your inputs, as the values you provide are outside the curve's prime field.
Hi @Subway2023 It was a bug in snarkjs. This PR fix the issue https://github.com/iden3/ffjavascript/pull/161 After next release of snarkjs the issue must be resolved.
circuit.circom
input.json
I followed the steps in Tutorial, but ultimately the verification failed.