-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement circuit asserting that points aren't at infinity and public key isn't the neg generator point #339
base: main
Are you sure you want to change the base?
Conversation
…m verify test cases
…o execute its tests
…m verify test cases
…o execute its tests
… isn't the neg generator
…erformed on bls_components
… we will only use the public inputs of second miller loop and first pariing precompile
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.
We have the convention to put submodules in the vendor
folder
vendor/circom-pairing
Outdated
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.
Was this change intentional
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.
Remove this
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.
Make the script work from any folder using GIT_ROOT env variable
This reverts commit 9d7f27b.
7ec9048
to
ec0c87c
Compare
…raft-labs/DendrETH into improve_integration_of_starky_safe
Implement circuit asserting that points aren't at infinity and public key isn't the neg generator point.
Improve integration of starky bls