Closed chancehudson closed 4 months ago
This was failing because i was using a ptau that was too small ðŸ˜. I thought snarkjs would warn me about this. I spent hours digging through the ark libraries -.-
more info in arkworks-rs/groth16#60. This seems like an inconsistency between the snarkjs
prover and the ark-groth16
prover
Problem
In #207 a test is added and ignored for a "hashbench" circuit.
mopro-ffi
generates an invalid proof for this circuit.Details
We should figure out why this proof is failing. The circuit is written here.
Acceptance criteria
Tests pass with bls hashbench circuit.