-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFC: Move low-level Montgomery arithmetic out of
bigint
.
When the `alloc` feature is disabled, on lesser-used targets we don't build `bigint` but we still need some of the Montgomery arithmetic. ``` git diff \ HEAD^1:src/arithmetic/bigint/bn_mul_mont_fallback.rs \ src/arithmetic/montgomery.rs ``` ``` git diff \ HEAD^1:src/arithmetic/bigint.rs \ src/arithmetic/montgomery.rs ```
- Loading branch information
1 parent
b04bed1
commit 2e4f0f9
Showing
6 changed files
with
181 additions
and
167 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 was deleted.
Oops, something went wrong.
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.