-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bigint: Save one modular doubling in Montgomery RR setup.
Eliminate one modular doubling in Montgomery RR setup. This saves one public modulus modular doubling per RSA signature verification, at the cost of approximately one public-modulus-wide XOR. RsaKeyPair also sees similar savings per Modulus.
- Loading branch information
1 parent
8c5c4c9
commit f07c401
Showing
2 changed files
with
27 additions
and
6 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