webminerpool/server/libhash/xmr/cn.h

9 lines
143 B
C

#ifndef CN_SLOW_HASH_GO_H
#define CN_SLOW_HASH_GO_H
#include <unistd.h>
void cn_slow_hash(const void * pptr, size_t dlen, char * h);
#endif