pool/stratum/algos/lbk3.h
2018-10-03 19:48:48 +02:00

16 lines
192 B
C

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