We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here one could submit a _pA[1] value that is out of range
_pA[1]
snarkjs/templates/verifier_groth16.sol.ejs
Line 56 in 53ef3ea
Line 105 in 53ef3ea
Consider range-checking the coordinate before processing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here one could submit a
_pA[1]
value that is out of rangesnarkjs/templates/verifier_groth16.sol.ejs
Line 56 in 53ef3ea
and it will silently be taken modulo q before point negation.
snarkjs/templates/verifier_groth16.sol.ejs
Line 105 in 53ef3ea
Consider range-checking the coordinate before processing.
The text was updated successfully, but these errors were encountered: