/SipHash

An implementation of SipHash, a cryptographically strong hash compression algorithm

Primary LanguageCOtherNOASSERTION

This is SipHash: A secure hash compression algorithm by DJB (Daniel Bernstein) and Jean-Philippe Aumasson.

DwS32Hash.c is an unofficial variant of SipHash which uses 32-bit words (but only has a 64-bit key).