pool/stratum/algos/phi.h
2017-10-11 18:06:19 +02:00

16 lines
189 B
C

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