Cryptonote tools WIP

This commit is contained in:
SChernykh 2021-06-15 00:28:32 +02:00
parent 0414511de0
commit 7bfb801ce2
12 changed files with 644 additions and 73 deletions

View file

@ -31,6 +31,8 @@
#include "crypto/common/VirtualMemory.h"
#include "crypto/cn/umul128.h"
#if defined(XMRIG_ARM)
# include "crypto/cn/CryptoNight_arm.h"
#else