forked from microsoft/Nova
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ports Nova 263 (Nova forward port) (microsoft#133)
* refactor: Refactor `PublicParams` initialization (`new`) to use `setup` method - Updated the function interface for generating `PublicParams` across several files, replacing the `new` method with `setup`. - The method name change impacts the `benches/recursive-snark-supernova.rs`, `src/supernova/test.rs`, and `src/supernova/mod.rs` files. * Refactor traits that allows implementing different engines for the same curve cycle (microsoft#263) * rename Group to Engine * port tests * checkpoint * checkpoint * compiles * update benchmarks and tests to use Engine * rename GroupExt to DlogGroup * move get_curve_params to Group and rename * fix doc test; cargo fmt * inline single trait requirements; fix comments * cut comment --------- Co-authored-by: Srinath Setty <[email protected]>
- Loading branch information
1 parent
634bd6d
commit c49c30f
Showing
46 changed files
with
2,549 additions
and
2,871 deletions.
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
Oops, something went wrong.