xmr-stak-generic-opencl11/crypto/hash.h

6 lines
154 B
C
Raw Normal View History

2017-01-21 12:46:45 +01:00
#pragma once
typedef unsigned char BitSequence;
typedef unsigned long long DataLength;
typedef enum {SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2} HashReturn;