pool/stratum/algos/hive.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
193 B
C

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