You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for creating and maintaining this project.
I would like to point out that the verification key data values (alphas, betas, gammas, deltas) in solidity have a value which is outside the range of the uint256 data type when groth16 verification system on the bls12-381 curve is used.
I'm attaching an example solidity verifier with this issue for reference: verify.sol
Do let me know how I can help with sorting this issue.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Hi
Thank you so much for creating and maintaining this project.
I would like to point out that the verification key data values (alphas, betas, gammas, deltas) in solidity have a value which is outside the range of the uint256 data type when groth16 verification system on the bls12-381 curve is used.
I'm attaching an example solidity verifier with this issue for reference: verify.sol
Do let me know how I can help with sorting this issue.
Thank you so much.
The text was updated successfully, but these errors were encountered: