-
Notifications
You must be signed in to change notification settings - Fork 151
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
feat: Add BLS signature verification for BN254 #89
feat: Add BLS signature verification for BN254 #89
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.
Some code quality comments and one change regarding add_unequal.
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 making the changes so quickly.
Some minor change around avoiding (0,0) identity point.
Also missed last time that this new function should be returning 0 or 1, not an Fp12 point.
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.
Code looks good - why was the halo2_proofs repo changed? We'll need to change it back for it to merge.
Also please add your tests to the halo2-ecc git CI workflow.
LGTM |
No description provided.