pool/stratum/algos/sib.h
Tanguy Pruvot f9fc2084e6 stratum: add support for sib and hive algos
PS: hive is just a test, this (scam/trojan) coin is broken...
2015-10-02 22:27:41 +02:00

16 lines
189 B
C

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