Files
peya-nodejs-pool/node_modules/turtlecoin-multi-hashing/shavite3.h
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

17 lines
202 B
C

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