OSDN Git Service

Added the BLAKE2 hash algorithm.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 1 Feb 2015 20:03:28 +0000 (21:03 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 1 Feb 2015 20:03:28 +0000 (21:03 +0100)
commit02be92208f62616a7a20e0670a4a1ecad2a84d7e
treeea190a84854e10db4244974024effc71d6fd1c9c
parente581028182b710e79206254f031e98db6d029068
Added the BLAKE2 hash algorithm.
12 files changed:
MUtilities_VS2013.vcxproj
MUtilities_VS2013.vcxproj.filters
include/MUtils/Hash_Blake2.h [new file with mode: 0644]
include/MUtils/Hash_Keccak.h [moved from include/MUtils/KeccakHash.h with 66% similarity]
src/3rd_party/blake2/COPYING.txt [new file with mode: 0644]
src/3rd_party/blake2/README.txt [new file with mode: 0644]
src/3rd_party/blake2/include/blake2.h [new file with mode: 0644]
src/3rd_party/blake2/src/blake2.cpp [new file with mode: 0644]
src/3rd_party/keccak/include/keccak_impl.h
src/Hash_Blake2.cpp [new file with mode: 0644]
src/Hash_Keccak.cpp [moved from src/KeccakHash.cpp with 81% similarity]
src/UpdateChecker.cpp