CryptonightR support for Wownero

This commit is contained in:
SChernykh
2019-02-10 15:21:17 +01:00
parent e421dcef35
commit 4baa8ee4b5
32 changed files with 11251 additions and 131 deletions

View File

@@ -86,6 +86,7 @@ set(HEADERS_CRYPTO
src/crypto/hash.h
src/crypto/skein_port.h
src/crypto/soft_aes.h
src/crypto/asm/CryptonightR_template.h
)
if (XMRIG_ARM)
@@ -135,6 +136,7 @@ set(SOURCES_CRYPTO
src/crypto/c_blake256.c
src/crypto/c_jh.c
src/crypto/c_skein.c
src/crypto/CryptonightR_gen.cpp
)
if (WIN32)