Files
cpuminer-opt-gpu/crypto/hash.h
2016-09-22 13:16:18 -04:00

6 lines
154 B
C

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