-
Notifications
You must be signed in to change notification settings - Fork 324
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(barretenberg): Graph methods for circuit analysis (part 2) #12130
Open
DanielKotov
wants to merge
26
commits into
master
Choose a base branch
from
dk/boomerang_value_detection_final2
base: master
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 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
802fa79
graph description for stdlib/poseidon2 hash function + tests
DanielKotov 3347d0c
first steps for auxiliary gates
DanielKotov ee7b268
add graph description for bigfield product cases
DanielKotov 84fdfd5
add auxiliary block graph creation + resize method test for dynamic a…
DanielKotov e3df3b1
rarewrite graph description fro or ram and rom tables + tests
DanielKotov 8fca4ae
tests for dynamic array + ram_rom
DanielKotov b4fbfa8
fix error of graph creation for q_arith == 3
DanielKotov 8f0d9ee
new graph constructor
DanielKotov c72eba5
tests modification
DanielKotov 0976c51
redesign of the constructor for graph creation
DanielKotov be07cb6
new tests for poseidon2s + other tests redesign
DanielKotov 1df6f4a
new tests for bigfield primitive
DanielKotov d865da8
add commentaries for new functions
DanielKotov 1cc712f
commentaries for poseidon2s tests
DanielKotov 815bcb7
tests descriptiion for ram/rom tables
DanielKotov 55b01e7
commentaries for bigfield and dynamic array tests
DanielKotov 38bf998
this test fifile is useless now, sso we can remove it
DanielKotov fe226d7
final graph description + removing some unnesecary information from t…
DanielKotov e67ff24
final tests for ran and rom tables
DanielKotov 0c155d7
final tests fixes after full run
DanielKotov d9e375e
some problems with commits
DanielKotov 9103779
merge conflicts again
DanielKotov 0f785eb
some probles with merge again
DanielKotov 86f9a35
changes after format.sh run
DanielKotov fd4dd1c
Automatic doc rewriting
Rumata888 648d19e
сorrection of Kesha's remarks in tests files
DanielKotov 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
2 changes: 1 addition & 1 deletion
2
barretenberg/cpp/src/barretenberg/boomerang_value_detection/CMakeLists.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
barretenberg_module(boomerang_value_detection stdlib_circuit_builders circuit_checker stdlib_primitives numeric stdlib_aes128 stdlib_sha256 stdlib_blake2s stdlib_blake3s) | ||
barretenberg_module(boomerang_value_detection stdlib_circuit_builders circuit_checker stdlib_primitives numeric stdlib_aes128 stdlib_sha256 stdlib_blake2s stdlib_blake3s stdlib_poseidon2 stdlib_primitives) |
802 changes: 630 additions & 172 deletions
802
barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp
Large diffs are not rendered by default.
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
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.
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.
Why is this unused?