pool/stratum/algos/whirlpoolx.h
2015-07-02 20:58:24 +02:00

16 lines
210 B
C

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