💾 Archived View for gmi.noulin.net › gitRepositories › hashfunctions › file › siphash.h.gmi captured on 2024-08-19 at 05:10:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

hashfunctions

Log

Files

Refs

LICENSE

siphash.h (158B)

     1 
     2 uint64_t siphash(const uint8_t *in, const size_t inlen, const uint8_t *k);
     3 uint64_t siphash_nocase(const uint8_t *in, const size_t inlen, const uint8_t *k);