Cleanup MoneroOcean patchset

This commit is contained in:
Tony Butler 2019-12-22 09:54:34 -07:00
parent aaaaf5c1ed
commit c4ff8c4064
49 changed files with 2094 additions and 2237 deletions

View file

@ -40,22 +40,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
src/crypto/randomx/defyx/align.h
src/crypto/randomx/defyx/brg_endian.h
src/crypto/randomx/defyx/KangarooTwelve.c
src/crypto/randomx/defyx/KangarooTwelve.h
src/crypto/randomx/defyx/KeccakP-1600-reference.c
src/crypto/randomx/defyx/KeccakP-1600-SnP.h
src/crypto/randomx/defyx/KeccakSponge-common.h
src/crypto/randomx/defyx/KeccakSponge.inc
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
)
if (CMAKE_C_COMPILER_ID MATCHES MSVC)