-
Notifications
You must be signed in to change notification settings - Fork 419
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
Refac/groth16 mpc #1372
Refac/groth16 mpc #1372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments! It looks almost perfect now!
There are still some things I'm not sure about - one is that imo we're doing subgroup checks several times when using deserialized inputs. And I think that we could save a lot of memory when doing some operations inline instead of precomputing all the scalars. And lastly one thing about failing early in worker pools. See the inlined comments (i also unresolved some to continue discussion)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the detailed review @ivokub! |
Description
#1297, but using tools from Consensys/gnark-crypto#589.
Fixes # (issue)
Type of change
How has this been tested?
How has this been benchmarked?
Checklist:
golangci-lint
does not output errors locally