47 packages tagged with “FNV”
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âNollâVo_hash_function).
Tested and performant implementations of xxHash, SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a)
Implementations of many hashing algorithms: for hashtables, cryptographic purpose and checksums.
Data.HashFunction implementation of Fowler-Noll-Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/Fowler803Noll803Vo_hash_function).
Implementation of FNV (Fowler-Noll-Vo) hash function for dotnet.
.NET 2 framework library to compute the Fowler–Noll–Vo hash. Documentation available at: https://marcjohnston.github.io/byMarc.Net2.Library.Fnv1a/ Issues and bug tracker available at: https://github.com/marcjohnston/byMarc.Net2.Library.Fnv1a/issues NuGet package available at: https://www.nuget.org/packages/byMarc.Net2.Library.Fnv1a/ Purchase source code here: https://bymarc.store/product/bymarc-net2-library-fnv1a/
High-speed a FNV-1a-128 (LX4Cnh) hash-based UUID. ✔ Compatible with .NET System.Guid. ✔ Free and Open. https://github.com/3F/Huid Huid = 584.7 ns GuidUsingMd5 = 5,225.6 ns GuidUsingSha1 = 5,319.7 ns (1 ns = 0.000000001 sec) ======================================= gnt /p:ngpackages="Huid/1.0.0" ================== https://github.com/3F/GetNuTool Huid 1.0.0.2306+5f3ef83 Configuration: RCI Platforms: net40;net472;netcoreapp2.1;net5;netstandard2.0 :: generated by a vsSolutionBuildEvent 1.14.1.34071
Fnv Lite (fnv-lite) binding library for Bridge.NET projects.
A comprehensive collection of provider implementations for the ktsu ecosystem, including serialization (Newtonsoft.Json, System.Text.Json), hashing (MD5, SHA1, SHA256, SHA384, SHA512, FNV1/FNV1a), compression (Gzip), encryption (AES), file system (Native), and obfuscation (Base64) providers. All implementations follow the provider pattern with standardized interfaces from ktsu.Abstractions.
High-performance streaming hash library for .NET 10. All 70 algorithms fully accessible including MurmurHash3, CityHash, SpookyHash, SipHash, FarmHash, HighwayHash, MetroHash, KangarooTwelve, wyhash, xxHash, plus complete cryptographic suite (SHA-3, BLAKE, Keccak, RIPEMD, Whirlpool, Tiger, GOST, Streebog, Skein, SM3, Grøstl, JH). Features unified HashFacade API with batch streaming support for parallel multi-algorithm processing. NEW: CreateBasicHashesStreaming() for common CRC32/MD5/SHA-1/SHA-256 use case. Comprehensive test coverage (788+ tests). SIMD-optimized implementations for HighwayHash64 (AVX2), Grøstl (AES-NI), JH (SSSE3), and custom high-performance Whirlpool.