samuel-lucas6 / SipHash.NET

A .NET implementation of SipHash-2-4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A .NET implementation of SipHash-2-4.

License:MIT License


Languages

Language:C# 100.0%