pool/stratum/algos/lyra2z.h
Tanguy Pruvot 0bed2e0465 lyra2z (v3) xzc at block 20500
disable the public explorer for now + dyn payee

note: xzc coinbase value is already without dev fees

warning: this wallet rpc is very slow and seems to slow down the backend (use it at your risks)
2017-02-12 09:23:32 +01:00

16 lines
198 B
C

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