node-stratum-pool/node_modules/quark-hash/quark.h
Matthew Little ae475f2b76 updated
2014-01-08 15:25:38 -05:00

7 lines
91 B
C

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