Move files.
This commit is contained in:
parent
abfed74af9
commit
16a83a9f61
63 changed files with 144 additions and 154 deletions
|
@ -27,7 +27,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "crypto/common/Algorithm.h"
|
||||
#include "base/crypto/Algorithm.h"
|
||||
|
||||
|
||||
struct cryptonight_ctx;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue