-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* save work * save work * cyclotomic square test pass * save work * save work * fixed cyclotomic pow, now all tests pass * remove not used functions * update Readme * add generator reference * replace pow(2) for square() * changed final_exp to avoid unwrap * Revert "changed final_exp to avoid unwrap" This reverts commit 2c3b0c6. * removed . clone()s * changed final_exp to avoid unwrap
- Loading branch information
1 parent
d35c96f
commit e650e0f
Showing
6 changed files
with
538 additions
and
14 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
1 change: 1 addition & 0 deletions
1
math/src/elliptic_curve/short_weierstrass/curves/bls12_377/mod.rs
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,3 +1,4 @@ | ||
pub mod curve; | ||
pub mod field_extension; | ||
pub mod pairing; | ||
pub mod twist; |
Oops, something went wrong.