💾 Archived View for gmi.noulin.net › gitRepositories › hashfunctions › file › siphash.h.gmi captured on 2023-01-29 at 11:36:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

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);