-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix mul_two_256_bit_integers_works_4() test Test mul_two_256_bit_integers_works_4() fixed after the bug in the * operator patched * Update element.rs * Update element.rs * get rid of space * Update element.rs * Generalize IsMontgomeryConfiguration and MontgomeryBackendPrimeField Solves #126 * Extended U256 Montgomery backed prime fields test * Implemented U256PrimeField solves #95 * Conflicts fixed * fmt * Get rid of unused commented lines * Update montgomery_backed_prime_fields.rs
- Loading branch information
1 parent
3c681a3
commit f9ef87e
Showing
8 changed files
with
797 additions
and
587 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
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,3 @@ | ||
pub mod u384_prime_field; | ||
pub mod montgomery_backed_prime_fields; | ||
/// Implementation of prime fields over 64 bit unsigned integers. | ||
pub mod u64_prime_field; |
Oops, something went wrong.