node-multi-hashing/quark.h

7 lines
91 B
C

#ifndef QUARK_H
#define QUARK_H
void quark_hash(const char* input, char* output);
#endif