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

#include <stdint.h>

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