-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Solinas reduction for P-224 pcurves
The speedup we get from Solinas for P-224 (around 25%) is much higher than seen for P-192 or P-256. This may be due to the fact that unlike P-192 and P-256, P-224 is not "Montgomery friendly", ie p' is not equal to 1, so the Montgomery reduction is significantly more expensive.
- Loading branch information
Showing
2 changed files
with
87 additions
and
3 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