System.Data.HashFunction.FNV by Data.HashFunction Developers

<PackageReference Include="System.Data.HashFunction.FNV" Version="0.1.2" />

 System.Data.HashFunction.FNV 0.1.2

Data.HashFunction implementation of Fowler–Noll–Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function).

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>System.Data.HashFunction.FNV</id>
    <version>0.1.2.0</version>
    <title>Data.HashFunction.FNV</title>
    <authors>Data.HashFunction Developers</authors>
    <owners>Data.HashFunction Developers</owners>
    <licenseUrl>https://raw.githubusercontent.com/brandondahler/Data.HashFunction/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/brandondahler/Data.HashFunction/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Data.HashFunction implementation of Fowler–Noll–Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function).</description>
    <releaseNotes />
    <copyright>Copyright 2014</copyright>
    <tags>FNV hash function Fowler–Noll–Vo Fowler Noll Vo</tags>
    <dependencies>
      <dependency id="System.Data.HashFunction.Core" version="0.1.2.0" />
    </dependencies>
  </metadata>
</package>