-
Notifications
You must be signed in to change notification settings - Fork 592
feat: improved pairing point accumulator #13226
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0d45d01
initial worktodos; simplify aggregate method
ledwards2225 e12dfcc
PoC using pub component to deserialize from pub inputs in UHRV
ledwards2225 5cc5e08
one liner for adding public default agg obj
ledwards2225 7cf7ddc
agg obj templated on builder instead of curve
ledwards2225 8d4a140
make use of simplified default public object method
ledwards2225 0560ab0
use set_public in a few places
ledwards2225 84dfd81
cleanup
ledwards2225 ca077f1
Merge branch 'master' into lde/pairing_points
ledwards2225 e549629
WiP use agg obj instead of indices in acir
ledwards2225 35becb3
populate all elements of the pairing indices in the vk
ledwards2225 80721db
remove usage and delete more methods from agg state
ledwards2225 50588e4
fix agg obj handling in dummy vk for honk rec constraint
ledwards2225 75abb50
use set public instead of old method
ledwards2225 bf8e791
Merge branch 'master' into lde/pairing_points
ledwards2225 f31861a
cleanup and comments
ledwards2225 b03f327
Revert "use set public instead of old method"
ledwards2225 6355f4c
comments naming and cleanup
ledwards2225 06ac467
relevant recursive verifiers return agg state
ledwards2225 234ea5e
fix bad agg state constructor
ledwards2225 efbcbe9
Merge branch 'master' into lde/pairing_points
ledwards2225 a060373
update the vm2 versions of everything
ledwards2225 2212586
remove redundant range constraints ob limbs
ledwards2225 6c17a5f
fix: workaround npm install deps cache issue
ludamad 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
thanks for changing it from auto