pool/stratum/algos/polytimos.h
2017-11-16 11:06:11 +01:00

16 lines
207 B
C

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