node-multi-hashing/shavite3.h

17 lines
202 B
C
Raw Permalink Normal View History

2014-04-19 23:33:45 +02:00
#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