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
solidity-verifier/src/blocks/grumpkin/Bn256.sol
Lines 76 to 87 in bf863c1
This is a basic (correct but not super performant) MSM.
We can probably do better with e.g. : https://github.com/zcash/halo2/blob/7df93fd855395dcdb301a857d4b33f37903bbf76/halo2_proofs/src/arithmetic.rs#L28-L116
The text was updated successfully, but these errors were encountered:
Got it now, thanks!
Sorry, something went wrong.
winston-h-zhang
No branches or pull requests
solidity-verifier/src/blocks/grumpkin/Bn256.sol
Lines 76 to 87 in bf863c1
This is a basic (correct but not super performant) MSM.
We can probably do better with e.g. :
https://github.com/zcash/halo2/blob/7df93fd855395dcdb301a857d4b33f37903bbf76/halo2_proofs/src/arithmetic.rs#L28-L116
The text was updated successfully, but these errors were encountered: