/siphash

Naïve C implementation of the SipHash-2-4 pseudo-random function

Primary LanguageCMIT LicenseMIT

Build Status

Intro

This is a naïve yet portable C implementation of the SipHash-2-4 pseudo-random function. 100 LOC, no macros.

To learn more about SipHash, please visit the official website or read the research paper.

Usage

See siphash.h.

License

MIT