-
Notifications
You must be signed in to change notification settings - Fork 2
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
Golf aes gcm fold #103
Merged
Merged
Golf aes gcm fold #103
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2fa03c1
add witness calc to CI
0xJepsen fa6dec4
idiomatic CI nameing
0xJepsen d7aeefd
constraints: 801698, removed redunant parameters
0xJepsen 46d3b57
constraints: 801676, ghash modes?
0xJepsen 28749f6
simplify a bit more
0xJepsen b6d1250
CI Fix
0xJepsen 16a09eb
comments: tracing our ghash mode selectors
0xJepsen 817ddf9
mode logs
0xJepsen 9e3e7e0
removing unneeded generics and adding documentation
0xJepsen 41d3a52
remove unused test
0xJepsen 72693d7
removed all auth from ghash
0xJepsen 60b9c0b
figure fix
0xJepsen bbe6cd7
compiling array builder
0xJepsen bb3ecad
accumulating all values
0xJepsen a830f22
witness calc works
0xJepsen 496fc47
Update aes-gcm-fold.circom
0xJepsen c20fce7
fix bug in WriteToIndex component
0xJepsen 4b0bd5f
squashing bugs 🐞
0xJepsen 8bee83d
squashing bugs 🐞
0xJepsen d85a79f
tests passing for a single block
0xJepsen f6dba09
remove misleading logs
0xJepsen 0a45262
remove unused components
0xJepsen 2ecaca1
fix CI
0xJepsen 93d53d6
cleanning up comments
0xJepsen 1d901a7
cleanning up comments
0xJepsen 842ba21
bug in to blocks?
0xJepsen 4ac3335
passing non zero pr test
0xJepsen 558f179
test passing for two block case
0xJepsen 3021955
remove unused foldable ghash
0xJepsen d42a38f
fix ci
0xJepsen 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,6 @@ circuits/test/*.circom | |
circuits/main/* | ||
ir_log/* | ||
log_input_signals.txt | ||
*.bin | ||
*.bin | ||
ghash_gmul.r1cs | ||
main.r1cs |
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.
nice this is super helpful for me to see