pool/stratum/algos/tribus.h
Tanguy Pruvot c3721b77c9 tribus algo, nothing complicated...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-07-05 19:17:06 +02:00

16 lines
198 B
C

#ifndef TRIBUS_H
#define TRIBUS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
void tribus_hash(const char* input, char* output, uint32_t len);
#ifdef __cplusplus
}
#endif
#endif