#ifndef MURMURHASH3_H #define MURMURHASH3_H #include #include uint32_t hash(const char* data, size_t len); #endif