iden3 / go-circom-prover-verifier

Go implementation of the Groth16 zkSNARK Prover and Verifier compatible with Circom
GNU General Public License v3.0
38 stars 13 forks source link

Missing PolsC in Bin and GoBin formats #20

Closed ed255 closed 4 years ago

ed255 commented 4 years ago

The current tests weren't checking that PolsC is encoded correctly. I have added this test in this branch https://github.com/iden3/go-circom-prover-verifier/tree/feature/missingPolsC and now it fails.