SipHash.NET A .NET implementation of SipHash-2-4. Warning SipHash is NOT a hash function and is NOT collision resistant. It should only be used with short inputs for things like hash tables/Bloom filters.