siphash-c icon indicating copy to clipboard operation
siphash-c copied to clipboard

A streaming implementation of SipHash in C as well as an optimized one-pass implementation.

== siphash-c

A streaming C implementation of SipHash[http://131002.net/siphash/siphash.pdf]. Contains an optimized one-pass implementation as well.