forked from privacy-scaling-explorations/sonobe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adapt preparecalldata #2
Closed
Closed
Commits on Sep 19, 2024
-
Co-Authored-By: Togzhan Barakbayeva <[email protected]> Co-Authored-By: Ilia Vlasov <[email protected]> Co-Authored-By: matthew-a-klein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 637dc3c - Browse repository at this point
Copy the full SHA 637dc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3305e18 - Browse repository at this point
Copy the full SHA 3305e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4940b48 - Browse repository at this point
Copy the full SHA 4940b48View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a38eba0 - Browse repository at this point
Copy the full SHA a38eba0View commit details
Commits on Oct 6, 2024
-
Solution to stop the CLI from complaining about deadcode
PR comment Co-authored-by: arnaucube <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e60b9d - Browse repository at this point
Copy the full SHA 9e60b9dView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f9361b - Browse repository at this point
Copy the full SHA 9f9361bView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f61d660 - Browse repository at this point
Copy the full SHA f61d660View commit details
Commits on Oct 22, 2024
-
Refactor NIFSTrait & port Mova impl to it
* refactor NIFSTrait interface to fit Nova variants (Nova,Mova,Ova) Refactor NIFSTrait interface to fit Nova variants (Nova,Mova,Ova). The relevant change is instead of passing the challenge as input, now it passes the transcript and computes the challenges internally (Nova & Ova still compute a single challenge, but Mova computes multiple while absorbing at different steps). * port Mova impl to the NIFSTrait * remove unnecessary wrappers in the nova/zk.rs * remove Nova NIFS methods that are no longer needed after the refactor * put together the different NIFS implementations (Nova, Mova, Ova) so that they can interchanged at usage. The idea is that Nova and its variants (Ova & Mova) share most of the logic for the circuits & IVC & Deciders, so with the abstracted NIFS interface we will be able to reuse most of the already existing Nova code for having the Mova & Ova circuits, IVC, and Decider.
Configuration menu - View commit details
-
Copy full SHA for 54e6b60 - Browse repository at this point
Copy the full SHA 54e6b60View commit details -
Merge pull request #1 from arnaucube/update-nifs-interface
Refactor NIFSTrait & port Mova impl to it
Configuration menu - View commit details
-
Copy full SHA for b291a14 - Browse repository at this point
Copy the full SHA b291a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2db660 - Browse repository at this point
Copy the full SHA b2db660View commit details
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.