Move crypto/*

This commit is contained in:
XMRig 2017-06-08 04:20:10 +03:00
parent da02e9a3a2
commit 5a606be8be
15 changed files with 24 additions and 1 deletions

5
src/crypto/hash.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
typedef unsigned char BitSequence;
typedef unsigned long long DataLength;
typedef enum {SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2} HashReturn;