-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC9381 ECVRF implementation (#1188)
* Version 12 of ECVRF * Incorrect ordering of function inputs * Identation and notation * single multiscalar multiplication function Also changed the style of tests, where the expected output is in vrf.exp rather than in test data (following the style of the hashing). * declarations inside the if code block * identation of test_data * Rename to RFC9381 * Move declarations to top of block * Check small order over deserialised PK * Include from_string functions in ed25519_ref10 * Update quirks.h --------- Co-authored-by: Frank Denis <[email protected]>
- Loading branch information
1 parent
43173b8
commit 7978205
Showing
21 changed files
with
821 additions
and
88 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
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.