-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor to adpt to Arecibo changes in PR 133 (#917)
* refactor: Refactor to adpt to Arecibo changes argumentcomputer/arecibo#133 - Adapted the codebase to replace the `Group` types and traits with `Engine`, and replaced `G1` and `G2` with `E1` and `E2`. - Updated the trait `EvaluationEngineTrait<G>` and `RelaxedR1CSSNARKTrait` along with type aliases to reflect these changes. - Modified the `CurveCycleEquipped` implementation for `bn256::Scalar` and `pallas::Scalar`. - Made necessary adjustments to the aid functions and type aliases related to `NovaProver` for compatibility with the new group types. - Made changes in the SuperNova proving system to accommodate new `Engine` types. * chore: re-align the arecibo branch to dev
- Loading branch information
1 parent
e5abcc5
commit 47c9608
Showing
10 changed files
with
159 additions
and
156 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.