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.
Build: bump cryptopp to 8d6b1af (NaCl-related API patch)
weidai11/cryptopp#668 The fix is useful for implementations whose interface can't clobber the existing sk buffer (or *must* re-use the privkey). We require both. Thanks to noloader for the assistance. Referencing monero-project#909.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |