murmurhash2.h (142B)
1 2 #ifndef _BLOOM_MURMURHASH2 3 #define _BLOOM_MURMURHASH2 4 5 unsigned int murmurhash2(const void * key, int len, const unsigned int seed); 6 7 #endif
sodiumTestLibsodium examples, client/server system | |
| git clone https://noulin.net/git/sodiumTest.git | |
| Log | Files | Refs | README |