-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fr: Finite Field parametrized by the curve order (#115)
* Introduce Fr type: finite field over curve order. Need workaround for nim-lang/Nim#16774 * Split curve properties into core and derived * Attach field properties to an instantiated field instead of the curve enum * Workaround nim-lang/Nim#14021, yet another "working with types in macros" is difficult nim-lang/RFCs#44 * Implement finite field over prime order of a curve subgroup * skip OpenSSL tests on windows
- Loading branch information
Showing
52 changed files
with
702 additions
and
444 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.