pool/stratum/algos/xevan.h
2016-11-04 19:19:59 +01:00

16 lines
195 B
C

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