Skip to content

samuel-lucas6/SipHash.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.