-
Notifications
You must be signed in to change notification settings - Fork 599
chore!: cycle group #6 #17174
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
chore!: cycle group #6 #17174
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
56dbcce
batch_mul comments
ledwards2225 7580b89
fixed base comments
ledwards2225 53d5084
initial variable base pass
ledwards2225 b78c471
add num gates pinning to cycle group tests
ledwards2225 4ae0886
latter half of variable base cleanup
ledwards2225 a7ab205
more comment updates
ledwards2225 921a024
improve block comment on variable
ledwards2225 69129be
some is constant simplification
ledwards2225 f49f69e
constant infnity method
ledwards2225 b5a7228
Merge branch 'merge-train/barretenberg' into lde/cycle-group-6
ledwards2225 60d201b
fix cast issue
ledwards2225 39ca255
clean and test dbl()
ledwards2225 5ff7567
few more dbl comments
ledwards2225 ec44b51
clean up unconditional add sub plus standalone tests
ledwards2225 be731f9
update block comments
ledwards2225 baf2ba2
constant point at infinity method
ledwards2225 3fa2dd6
add tests
ledwards2225 aec20bf
clean up operator+
ledwards2225 d482734
opinionated simplification of operator+-
ledwards2225 d5b11e0
undo simplification that removes micro optimization for now
ledwards2225 3032210
update gate coutns in tests to reflect prior commit
ledwards2225 2d205f0
add notr about methods only used by fuzzer
ledwards2225 aa1d670
comments and cleanup in smaller methods
ledwards2225 b15a84c
cleanup and reinstate some missed used_wtiness tagging
ledwards2225 ef74969
doxy updates
ledwards2225 b218d05
use fix witness for clarity
ledwards2225 37c6115
undo fix_witness usage
ledwards2225 18b5039
limit set_point_at_infinity to fuzzing only
ledwards2225 bed0c56
Merge branch 'merge-train/barretenberg' into lde/cycle-group-6
ledwards2225 20514aa
Merge branch 'merge-train/barretenberg' into lde/cycle-group-6
ledwards2225 929de9c
comment updates and minor tweaks based on review
ledwards2225 9519e5c
Merge branch 'merge-train/barretenberg' into lde/cycle-group-6
ledwards2225 edf4395
update vk
ledwards2225 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
765 changes: 376 additions & 389 deletions
765
barretenberg/cpp/src/barretenberg/stdlib/primitives/group/cycle_group.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
I've marked this overly complicated method as fuzzing only since its not used elsewhere. It seems odd to have the fuzzer use methods that aren't used/accessible from production code but this can be sorted out with pending fuzzer updates