-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mirage-crypto-ec: add Brainpool curves with 254/384/512 bits
This change adds the Brainpool curves, namely brainpoolP254r1, brainpoolP384r1, brainpoolP512r1. The implementation internally uses the twisted versions of the curves (...t1) in order to use the same a=-3 EC arithmetic as the NIST curves. Point coordinates in regular form are transformed to twisted form before calculations, and vice versa afterwards.
- Loading branch information
Showing
39 changed files
with
259,689 additions
and
9 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 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.