pool/stratum/algos/timetravel.h
Tanguy Pruvot ca022f2628 stratum: add deep, timetravel and hmq1725 algos
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-02-27 20:38:05 +01:00

16 lines
210 B
C

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