💾 Archived View for gmi.noulin.net › gitRepositories › tuyau › file › rateLimiter › hashfunctions.h.… captured on 2024-08-18 at 18:56:05. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
hashfunctions.h (110B)
1 #pragma once 2 #include "libsheepyObject.h" 3 4 u32 strHashFNV1A(char *k); 5 u32 u32Hash(u32 k); 6 u64 u64Hash(u64 k);