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

16 lines
187 B
C

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