Move files.

This commit is contained in:
XMRig 2020-03-09 01:22:34 +07:00
parent abfed74af9
commit 16a83a9f61
No known key found for this signature in database
GPG key ID: 446A53638BE94409
63 changed files with 144 additions and 154 deletions

View file

@ -27,7 +27,8 @@
*/
#include "crypto/common/Algorithm.h"
#include "base/crypto/Algorithm.h"
struct cryptonight_ctx;

View file

@ -16,12 +16,12 @@
* Aug 2015. Andrey Jivsov. crypto@brainhub.org
* ---------------------------------------------------------------------- */
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <cstdio>
#include <cstdint>
#include <cstring>
#include "sha3.h"
#include "crypto/common/keccak.h"
#include "base/crypto/keccak.h"
#define SHA3_ASSERT( x )
#if defined(_MSC_VER)