pool/stratum/algos/exosis.h
2018-10-22 19:31:16 +02:00

16 lines
198 B
C

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