pool/stratum/algos/aergo.h
itamarcps eee06c920b stratum: add aergo algo (#274)
+ spaces fixes
2018-06-08 19:57:04 +02:00

17 lines
No EOL
195 B
C

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