Panthera algo implementation

This commit is contained in:
MoneroOcean 2020-07-16 16:43:19 -07:00
parent 50b1bf8a1d
commit 5eafa9e455
20 changed files with 2897 additions and 426 deletions

View file

@ -51,11 +51,22 @@ if (WITH_RANDOMX)
src/crypto/randomx/defyx/KeccakSpongeWidth1600.c
src/crypto/randomx/defyx/KeccakSpongeWidth1600.h
src/crypto/randomx/defyx/Phases.h
src/crypto/randomx/defyx/sha256.c
src/crypto/randomx/defyx/sha256.h
src/crypto/randomx/defyx/sysendian.h
src/crypto/randomx/defyx/yescrypt.h
src/crypto/randomx/defyx/yescrypt-best.c
src/crypto/randomx/defyx/yescrypt-opt.c
src/crypto/randomx/defyx/yescrypt-platform.c
src/crypto/randomx/defyx/yescrypt-ref.c
src/crypto/randomx/defyx/yescrypt-simd.c
src/crypto/randomx/defyx/yescrypt.h
src/crypto/randomx/panthera/insecure_memzero.h
src/crypto/randomx/panthera/sha256.c
src/crypto/randomx/panthera/sha256.h
src/crypto/randomx/panthera/sysendian.h
src/crypto/randomx/panthera/yespower-opt.c
src/crypto/randomx/panthera/yespower-platform.c
src/crypto/randomx/panthera/yespower-ref.c
src/crypto/randomx/panthera/yespower.h
)
if (CMAKE_C_COMPILER_ID MATCHES MSVC)