pool/stratum/algos/luffa.h
2015-09-19 10:36:21 +02:00

16 lines
195 B
C

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