1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 21:52:54 -05:00

Move CnAlgo

This commit is contained in:
XMRig
2020-04-23 12:34:26 +07:00
parent 11ac59331f
commit 0cc90b152d
14 changed files with 16 additions and 11 deletions

View File

@@ -36,8 +36,8 @@
#include "backend/cpu/Cpu.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"