-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
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
Groth 16 MPC setup refactor #1297
Conversation
…into chore/groth16-mpc
It seems the CI check fails due to Consensys/gnark-crypto#585 - here now in both cases encode and encodeRaw we encode the G1/G2 points as compressed, but Solidity checker assumes uncompressed it seems. When I reverted gnark-crypto upgrade then the failing test started to pass. But I think it is better to fix the other PR. |
Yes that's it. Thank you! Just pushed a fix to the other PR. |
Closed in favor of #1372 |
This PR updates the Groth16 MPC setup to support BSB22 commitments.