Implemented CryptoNight with C++ templates.
This commit is contained in:
parent
878e021ff6
commit
8b83a5fe2e
6 changed files with 242 additions and 66 deletions
|
@ -26,6 +26,7 @@ set(HEADERS_CRYPTO
|
|||
src/crypto/c_skein.h
|
||||
src/crypto/CryptoNight.h
|
||||
src/crypto/CryptoNight_p.h
|
||||
src/crypto/CryptoNight_test.h
|
||||
src/crypto/groestl_tables.h
|
||||
src/crypto/hash.h
|
||||
src/crypto/skein_port.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue