💾 Archived View for gmi.noulin.net › gitRepositories › sodiumTest › file › murmurhash2.h.gmi captured on 2023-07-10 at 18:14:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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