pool/stratum/algos/hsr14.h
2017-10-10 08:05:51 +02:00

16 lines
193 B
C

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