pool/stratum/algos/vitalium.h
Jia Wu 8fb9a74164 stratum: add vitalium algo (#261)
note: beware of the masterscams
2018-05-02 14:27:39 +02:00

16 lines
204 B
C

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