#ifndef _HASH_H #define _HASH_H uint32_t rokkit(const char *data, int len); #endif