-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implemented Mova folding scheme #161
Implemented Mova folding scheme #161
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 -
Merge pull request #3 from arnaucube/adapt-preparecalldata
adapt Nova's DeciderEth prepare_calldata & update examples to it
Configuration menu - View commit details
-
Copy full SHA for 8ba0165 - Browse repository at this point
Copy the full SHA 8ba0165View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb45123 - Browse repository at this point
Copy the full SHA eb45123View commit details -
Merge pull request #4 from arnaucube/usage-preparecalldata-solidity
small update to fix solidity tests
Configuration menu - View commit details
-
Copy full SHA for ff4c311 - Browse repository at this point
Copy the full SHA ff4c311View commit details