pool/stratum/algos/allium.h
2018-05-06 16:52:57 +02:00

16 lines
198 B
C

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