-
Notifications
You must be signed in to change notification settings - Fork 598
chore: fix gemini #12602
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: fix gemini #12602
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
269231b
shplemini works, gemini tests need to be re-designed
iakovenkos 75d411c
interleaving fails
iakovenkos f1c9981
interleaving fixed
iakovenkos 666c323
Merge branch 'master' into si/fix-gemini
iakovenkos 9b7af30
gemini tests
iakovenkos 12eca3f
recursion fixed
iakovenkos 07a605f
more consistency
iakovenkos 32b3dda
cleanup
iakovenkos 639fef2
Merge branch 'master' into si/fix-gemini
iakovenkos 5105319
fix client ivc
iakovenkos ce37576
Merge branch 'si/fix-gemini' of github.com:AztecProtocol/aztec-packag…
iakovenkos 0acc32d
docs + constants
iakovenkos f9a0d92
Merge branch 'master' into si/fix-gemini
iakovenkos b976e27
Merge branch 'master' into si/fix-gemini
iakovenkos 73d2b18
computation of a_0_pos returns array of all pos evals
iakovenkos 9284bfd
computeInvertedGeminiDenominators modified
iakovenkos b9beafb
modified the batching loop
iakovenkos 14380d8
stack too deep resolved
iakovenkos 80adaba
debugging
iakovenkos 5227759
Merge branch 'master' into si/fix-gemini
iakovenkos 9eccb43
basic sol tests fixed
iakovenkos cd11f0c
Merge branch 'master' into si/fix-gemini
iakovenkos cc99398
porting changes
iakovenkos 1a1a938
fix character
iakovenkos 181d907
logN-> LOG_N
iakovenkos 34452ce
Merge branch 'master' into si/fix-gemini
iakovenkos 059fa93
update shplonkNuChallengeElements
iakovenkos e90de46
Merge branch 'master' into si/fix-gemini
iakovenkos b01d919
undo last modifications
iakovenkos f871627
fix tests
iakovenkos 147c36d
docs
iakovenkos db10c67
Merge branch 'master' into si/fix-gemini
iakovenkos d8e1fde
fix missing counter update
iakovenkos 9456297
Merge branch 'master' into si/fix-gemini
iakovenkos 62a02b6
docs improvements + minor simplification after review
iakovenkos e8b34f8
Merge branch 'si/fix-gemini' of github.com:AztecProtocol/aztec-packag…
iakovenkos 49e9de9
Merge branch 'master' into si/fix-gemini
iakovenkos e96f921
Merge branch 'master' into si/fix-gemini
iakovenkos 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
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.
this test is quite bulky because the Gemini prover logic had to be deconstructed, tried to make it as illustrative and readable as possible