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 caa06bf (NaCl patch)
anonimal/cryptopp@caa06bf NaCl: add default parameter for optional random generated sk This is useful for implementations whose interface can't clobber the existing sk buffer (or *must* re-use the privkey).
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cryptopp
updated
40 files
+1 −1 | Doxyfile | |
+16 −11 | GNUmakefile | |
+11 −6 | GNUmakefile-cross | |
+8 −3 | TestScripts/change-version.sh | |
+2 −2 | TestScripts/cryptest-android.sh | |
+4 −4 | TestScripts/setenv-android-gcc.sh | |
+2 −2 | algparam.h | |
+4 −0 | blake2.cpp | |
+5 −5 | config.h | |
+5 −0 | cpu.h | |
+2 −2 | crc.h | |
+1 −0 | cryptdll.vcxproj | |
+1 −0 | cryptest.vcxproj | |
+2 −2 | cryptlib.h | |
+1 −0 | cryptlib.vcxproj | |
+4 −4 | cryptopp.rc | |
+1 −0 | dlltest.vcxproj | |
+4 −4 | filters.h | |
+20 −16 | iterhash.cpp | |
+1 −1 | iterhash.h | |
+1 −1 | kalyna.h | |
+3 −2 | keccak.cpp | |
+75 −71 | md5.cpp | |
+13 −13 | misc.h | |
+2 −2 | modarith.h | |
+2 −2 | modes.h | |
+2 −1 | naclite.h | |
+1 −0 | pwdbased.h | |
+7 −1 | scrypt.cpp | |
+3 −3 | secblock.h | |
+4 −4 | setenv-android-gcc.sh | |
+3 −2 | sha3.cpp | |
+4 −4 | simon.h | |
+4 −4 | speck.h | |
+1 −1 | strciphr.h | |
+5 −5 | threefish.h | |
+1 −0 | tiger.cpp | |
+4 −4 | trap.h | |
+3 −2 | tweetnacl.cpp | |
+4 −0 | whrlpool.cpp |