-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add P-384 Montgomery-Jacobian scalar multiplication operation
The new function p384_montjscalarmul[_alt] is the NIST P-384 analog of the corresponding P-256 function. It does scalar multiplication of a point on the P-384 curve, where both input and output points are in the Jacobian representation with coordinates in Montgomery form.
- Loading branch information
Showing
24 changed files
with
96,292 additions
and
12 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
Oops, something went wrong.