pool/stratum/algos/nist5.h
Tanguy Pruvot bb31cec957 dos2unix all files, we are on linux
trim them, btw... its important to start on a clean base...
2015-07-12 04:40:50 +02:00

16 lines
195 B
C

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