//----------------------------------------------------------------------------- // MurmurHash2 was written by Austin Appleby, and is placed in the public // domain. The author hereby disclaims copyright to this source code. /* Obtained from https://github.com/aappleby/smhasher */ uint32_t murmurhash2(const unsigned char *key, int len, uint32_t seed);