pool/stratum/algos/pomelo.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

15 lines
257 B
C

#ifndef POMELO_H
#define POMELO_H
#ifdef __cplusplus
extern "C" {
#endif
int POMELO(void *out, size_t outlen, const void *in, size_t inlen, const void *salt, size_t saltlen, unsigned int t_cost, unsigned int m_cost);
#ifdef __cplusplus
}
#endif
#endif