-
Notifications
You must be signed in to change notification settings - Fork 413
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
base: master
Are you sure you want to change the base?
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.
lgtm, minor changes maybe
internal/generator/backend/template/zkpschemes/groth16/mpcsetup/utils.go.tmpl
Outdated
Show resolved
Hide resolved
internal/generator/backend/template/zkpschemes/groth16/mpcsetup/utils.go.tmpl
Outdated
Show resolved
Hide resolved
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 Arya! It looks really nice. Imo I understood it mostly. There are a few comments though, see inline.
A few of the comments are nice to have and you don't need to address now. We could do it in separate PR:
- optional randomness source for contribution
- being able to change hash function for challenge computation for cool tricks a la providing SNARK of ceremony correctness
These are great ideas! I made an issue for them. |
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