Data.HashFunction implementation of Bernstein hash (http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb).
Info
Version: | 2.0.0 |
Author(s): | Data.HashFunction Developers |
Last Update: | Tuesday, March 27, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/System.Data.HashFunction.BernsteinHash |
Install
Install-Package System.Data.HashFunction.BernsteinHash
dotnet add package System.Data.HashFunction.BernsteinHash
paket add System.Data.HashFunction.BernsteinHash
System.Data.HashFunction.BernsteinHash Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Data.HashFunction.Core(>= 2.0.0)
- System.Data.HashFunction.Core(>= 2.0.0)
- NETStandard.Library(>= 1.6.1)
Tags