-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use s2n-bignum P-521 scalar multiplication and modular inverse
This replaces the general (fresh, not precomputed, point) scalar multiplication with the corresponding function p521_jscalarmul or p521_jscalarmul_alt from s2n-bignum, and also replaces the Fermat inverse in p521.c with the markedly faster and formally verified divstep-based code from s2n-bignum, bignum_inv_p521.
- Loading branch information
Showing
9 changed files
with
13,772 additions
and
2 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
1,696 changes: 1,696 additions & 0 deletions
1,696
third_party/s2n-bignum/arm/p521/bignum_inv_p521.S
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.