Move CnAlgo

This commit is contained in:
XMRig 2020-04-23 12:34:26 +07:00
parent 11ac59331f
commit 0cc90b152d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
14 changed files with 16 additions and 11 deletions

View file

@ -28,8 +28,8 @@
#define XMRIG_CRYPTONIGHT_ARM_H
#include "base/crypto/CnAlgo.h"
#include "base/crypto/keccak.h"
#include "crypto/cn/CnAlgo.h"
#include "crypto/cn/CryptoNight_monero.h"
#include "crypto/cn/CryptoNight.h"
#include "crypto/cn/soft_aes.h"