pool/stratum/algos/x11evo.h
Tanguy Pruvot 96097edfe9 x11evo algo, properly rewrote
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2016-06-01 06:37:14 +02:00

16 lines
198 B
C

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