forked from monero-project/kovri
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request monero-project#909
5831103 Tests: update ed25519 unit-test + benchmark (anonimal) 3b39ef3 Crypto: implement TweetNaCl via Crypto++, remove SUPERCOP (ref10) (anonimal) e2cf677 Build: bump cryptopp to 8d6b1af (NaCl-related API patch) (anonimal)
- Loading branch information
Showing
92 changed files
with
368 additions
and
5,733 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
Submodule cryptopp
updated
18 files
+4 −0 | .travis.yml | |
+4 −4 | GNUmakefile | |
+5 −0 | TestScripts/cryptest-autotools.sh | |
+2 −1 | adv-simd.h | |
+5 −16 | blake2-simd.cpp | |
+6 −0 | cham.h | |
+6 −0 | config.h | |
+1 −1 | cpu.cpp | |
+5 −2 | cryptlib.h | |
+38 −66 | gcm-simd.cpp | |
+1 −11 | gcm.cpp | |
+6 −0 | lea.h | |
+17 −0 | naclite.h | |
+2 −1 | simeck-simd.cpp | |
+6 −0 | simeck.h | |
+1 −1 | sm4-simd.cpp | |
+19 −3 | tweetnacl.cpp | |
+7 −0 | validat4.cpp |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.