💾 Archived View for gmi.noulin.net › gitRepositories › sodiumTest › file › murmurhash2.h.gmi captured on 2024-08-31 at 13:31:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

sodiumTest

Log

Files

Refs

README

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