python c-module for siphash
Stable, keyed hashing for Python objects and columnar data. Think `stablehash`, but with SipHash-like keyed PRF semantics so hashes are deterministic for a given key and resistant to adversarial inputs.
Tested, performant SipHash bindings for Python 3 with support for double-output-size, half-word and variable-round variants.
The SipHash-2-4 C reference implementation, CFFI-wrapped for Python
SipHash implementation ported from redis.