summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/crypto/hash.h
blob: c12d355f49d68c03e829f57b6c7f7047c08c356c (plain)
1
2
3
4
5
#pragma once

typedef unsigned char BitSequence;
typedef unsigned long long DataLength;
typedef enum {SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2} HashReturn;
OpenPOWER on IntegriCloud