-
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
Open
NikolayKostadinov21
wants to merge
40
commits into
main
Choose a base branch
from
improve_integration_of_starky_safe
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 33 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
211d09e
Implement tests cases for bls12_381_components_proofs against ethereu…
NikolayKostadinov21 88614e5
Update bls_components and shell to run the tests in it - still wip, i…
NikolayKostadinov21 6ccdfd1
build(bls_components) Made little changes needed for bls_components t…
NikolayKostadinov21 0f2ed35
fix(run_bls12_381_component_proofs.sh) Fix the navigation in the root…
NikolayKostadinov21 bb7959a
fix: Use unchecked deserialization for G1 & G2
NikolayKostadinov21 f92897e
fix: Use unchecked deserialization for G1 & G2 in bls_components.rs
NikolayKostadinov21 6170454
miller loop putted outside main bls12381 component proof function
NikolayKostadinov21 53c140a
Add helper comments for verify_bls_at_infinity circuit
NikolayKostadinov21 d315a09
Implement tests cases for bls12_381_components_proofs against ethereu…
NikolayKostadinov21 414d68a
Update bls_components and shell to run the tests in it - still wip, i…
NikolayKostadinov21 16bd669
build(bls_components) Made little changes needed for bls_components t…
NikolayKostadinov21 a6818ee
fix(run_bls12_381_component_proofs.sh) Fix the navigation in the root…
NikolayKostadinov21 7e3adc4
fix: Use unchecked deserialization for G1 & G2
NikolayKostadinov21 de89491
fix: Use unchecked deserialization for G1 & G2 in bls_components.rs
NikolayKostadinov21 e4bef3c
miller loop putted outside main bls12381 component proof function
NikolayKostadinov21 a43c151
Add helper comments for verify_bls_at_infinity circuit
NikolayKostadinov21 8570b01
Rebase main over improve_integration_of_starky_safe
NikolayKostadinov21 899ef7a
Implement point at infinity assert after g1 and g2 points are checked
NikolayKostadinov21 5fa50ea
Remove redundant file from lib.rs
NikolayKostadinov21 9258786
Start test implementation against points at infinity
NikolayKostadinov21 ee22588
Add test for bls12_381 circuit
NikolayKostadinov21 c3cee46
Implement assert if g1 OR g2 point is at infinity
NikolayKostadinov21 006fa57
Implement circuit asserting g1 and g2 point aren't at infinity and pk…
NikolayKostadinov21 0ade2ab
Rebase over main
NikolayKostadinov21 f21c2dd
Refactor bls12_381 and bls12_381_components_proofs based on changes p…
NikolayKostadinov21 1c9f33b
Refactor test_bls12_381_circuit in VerifyIsNotAtInfinityCircuit
NikolayKostadinov21 467d8f4
Improve test_bls12_381_circuit
NikolayKostadinov21 7dde05c
Remove verification of proofs in `VerifyIsNotAtInfinityCircuit` since…
NikolayKostadinov21 7fceb12
Fix error in test_bls12_381_circuit
NikolayKostadinov21 a31af64
Refactor VerifyIsNotAtInfinityCircuit but tests are not failling as e…
NikolayKostadinov21 8155600
Refactor VerifyIsNotAtInfinityCircuit but test isn't successful
NikolayKostadinov21 9dddfa1
Finish VerifyIsNotAtInfinityCircuit and make tests pass successfully
NikolayKostadinov21 38e716e
Implement helper functions for tests for VerifyIsNotAtInfinityCircuit…
NikolayKostadinov21 b044674
Fix path in run_bls12_381_component_proofs script
NikolayKostadinov21 9d7f27b
Address PR comments
NikolayKostadinov21 ec0c87c
Revert "Address PR comments"
NikolayKostadinov21 5a5e491
Revert circom-pairing update
NikolayKostadinov21 afdc20b
Revert circom-pairing update
NikolayKostadinov21 23650de
Merge branch 'improve_integration_of_starky_safe' of github.com:metac…
NikolayKostadinov21 14c0e16
Update gitmodules
NikolayKostadinov21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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