pool/stratum/algos/veltor.h
2016-08-21 01:20:00 +02:00

16 lines
198 B
C

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