#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