Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 403 Bytes

License: MIT

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.