pool/stratum/algos/bitcore.h
Tanguy Pruvot 8428d49750 bitcore timetravel-10 algo variant
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-05-01 01:02:14 +02:00

16 lines
216 B
C

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