Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Groth16Verifier solidity scalar size check.
The Groth16Verifier contract is not correctly generating codes to checking that public signals that with the scalar field's range. Signals should be less than r instead of q in the contract's context.
- Loading branch information