forked from 0xEigenLabs/eigen-zkvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Groth16 solidity verifier (0xEigenLabs#224)
* feat: groth16 solidity verifier * fix: build err * chore: code review * feat: add groth16 verifier test * chore: add groth16 verifier test script * chore: snark_verifier.sh * chore: ci clippy & RustFmt fix * chore: code polish * chore: rm solidity verifier * chore: use --grep to assign different test case * fix: update test_single.sh --------- Co-authored-by: Stephen <[email protected]>
- Loading branch information
Showing
11 changed files
with
431 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
pub mod api; | ||
pub mod groth16; | ||
pub mod json_utils; | ||
mod template; | ||
|
||
pub use bellman_ce::pairing::ff; | ||
pub use ff::*; | ||
|
Oops, something went wrong.