OSDN Git Service

Added KeccakHash (aka SHA-3) class + make sure that "public" functions and classes...
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 24 Nov 2014 18:35:32 +0000 (19:35 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 24 Nov 2014 18:35:32 +0000 (19:35 +0100)
commit6b3f9fef735f799a66f28dc5e52bfbb0ca2d77e8
tree5ffec97d18c183f192c15add7af86d594a951881
parent906ecb7ab23d2a9cad93b1531ec19a46cf471dbf
Added KeccakHash (aka SHA-3) class + make sure that "public" functions and classes are actually exported from the DLL.
MUtilities_VS2013.vcxproj
MUtilities_VS2013.vcxproj.filters
include/MUtils/Global.h
include/MUtils/KeccakHash.h [new file with mode: 0644]
include/MUtils/OSSupport.h
include/MUtils/UpdateChecker.h
include/MUtils/Version.h
src/3rd_party/keccak_impl.h [new file with mode: 0644]
src/KeccakHash.cpp [new file with mode: 0644]
src/Version.cpp