Cryptonote tools WIP

This commit is contained in:
SChernykh
2021-06-15 00:28:32 +02:00
parent 88d9574e7c
commit 411b2d6396
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