Add Scala (defyx) algorithm [based on MoneroOcean/master]

This commit is contained in:
Tony Butler 2019-12-18 15:50:01 -07:00
parent f4cedd7b63
commit f4d0ebc0e9
29 changed files with 6065 additions and 7 deletions

View file

@ -41,6 +41,22 @@ if (WITH_RANDOMX)
src/crypto/rx/RxDataset.cpp
src/crypto/rx/RxQueue.cpp
src/crypto/rx/RxVm.cpp
src/crypto/defyx/align.h
src/crypto/defyx/brg_endian.h
src/crypto/defyx/KangarooTwelve.c
src/crypto/defyx/KangarooTwelve.h
src/crypto/defyx/KeccakP-1600-reference.c
src/crypto/defyx/KeccakP-1600-SnP.h
src/crypto/defyx/KeccakSponge-common.h
src/crypto/defyx/KeccakSponge.inc
src/crypto/defyx/KeccakSpongeWidth1600.c
src/crypto/defyx/KeccakSpongeWidth1600.h
src/crypto/defyx/Phases.h
src/crypto/defyx/sha256.c
src/crypto/defyx/sha256.h
src/crypto/defyx/sysendian.h
src/crypto/defyx/yescrypt.h
src/crypto/defyx/yescrypt-best.c
)
if (CMAKE_C_COMPILER_ID MATCHES MSVC)