pool/stratum/algos/zr5.h
2015-07-02 20:58:24 +02:00

17 lines
207 B
C

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