1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 15:42:38 -05:00

Initial CryptoNight.

This commit is contained in:
XMRig
2017-06-08 09:47:25 +03:00
parent 5a606be8be
commit 878e021ff6
7 changed files with 520 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ set(HEADERS_CRYPTO
src/crypto/c_jh.h
src/crypto/c_keccak.h
src/crypto/c_skein.h
src/crypto/CryptoNight.h
src/crypto/CryptoNight_p.h
src/crypto/groestl_tables.h
src/crypto/hash.h
src/crypto/skein_port.h
@@ -48,6 +50,8 @@ set(SOURCES_CRYPTO
src/crypto/c_jh.c
src/crypto/c_skein.c
src/crypto/soft_aes.c
src/crypto/soft_aes.c
src/crypto/CryptoNight.cpp
)
if (WIN32)