-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SHAKE vectors Add a separate module for SHAKE vectors, including a protobuf descriptor and classes, a parsing script, and the source files. The protobuf uses the new format with some differences from the one included in the SHA module: we combine the tests from ShortMsg, LongMsg, and VariableOut files into the `tests` field, and add the `mc_test` field containing the Monte-Carlo test. This way, all tests for a given algorithm and orientation fit in one single instance of ShakeVectors. Note that users of these vectors (us) are expected to check whether this is a valid test before using it, as sources other than NIST CAVP are not expected to provide this one.
- Loading branch information
1 parent
82faf14
commit cf084c0
Showing
20 changed files
with
418 additions
and
436 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.