Removed DefyX support

This commit is contained in:
MoneroOcean 2021-03-12 00:25:59 +00:00
parent 5d35f324fc
commit 777765b4fd
26 changed files with 12 additions and 6170 deletions

View file

@ -40,12 +40,13 @@ if (WITH_RANDOMX)
src/crypto/rx/RxDataset.cpp
src/crypto/rx/RxQueue.cpp
src/crypto/rx/RxVm.cpp
src/crypto/randomx/defyx/KangarooTwelve.c
src/crypto/randomx/defyx/KeccakP-1600-reference.c
src/crypto/randomx/defyx/KeccakSpongeWidth1600.c
src/crypto/randomx/defyx/yescrypt-best.c
src/crypto/randomx/panthera/sha256.c
src/crypto/randomx/panthera/yespower-opt.c
### Removed useless includes
src/crypto/randomx/panthera/sha256.c
src/crypto/randomx/panthera/KangarooTwelve.c
src/crypto/randomx/panthera/KeccakP-1600-reference.c
src/crypto/randomx/panthera/KeccakSpongeWidth1600.c
src/crypto/randomx/panthera/yespower-opt.c
)
if (CMAKE_C_COMPILER_ID MATCHES MSVC)