sync distfile list
[got-portable.git] / lib / murmurhash2.h
blobbbd2bf3ef0309efebdfbb79dd75aa100d4fb0b74
1 //-----------------------------------------------------------------------------
2 // MurmurHash2 was written by Austin Appleby, and is placed in the public
3 // domain. The author hereby disclaims copyright to this source code.
5 /* Obtained from https://github.com/aappleby/smhasher */
7 uint32_t murmurhash2(const void *key, int len, uint32_t seed);