28 packages tagged with “xxHash”
xxHash hash implementation for .NET
Data.HashFunction implementation of xxHash (https://code.google.com/p/xxhash/).
Standart.Hash.xxHash
Tested and performant implementations of xxHash, SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a)
A .NET implementation of xxHash. https://github.com/wilhelmliao/xxHash.NET
A pure C# implementation of xxhash(https://code.google.com/p/xxhash/)
A collection of Hash functions (xxHash...) dedicated for fast computations for .NET
A high-performance, zero-alloc native .NET/.NET Core port of xxHash, xxHash32, and XXHash64 with both a standalone and streaming interface.
C# implementation of xxhash based on System.Security.Cryptography.HashAlgorithm
Managed implementation of xxHash3 and xxHash64 algorithms with support of intrinsics (SSE2/AVX2, ARM). Avx2 optimized Bloom Filter implementation.
xxHash is an extremely fast non-cryptographic hash algorithm, working at speeds close to RAM limits. It is proposed in two flavors, 32 and 64 bits.
Pure C# implementation of the XXHash3 algorithm
XXHash - Extremely fast hash algorithm,impl for csharp,can process 10.8 GB/s on modern cpu.
Package Description
xxHash native libraries built for window-x64 and linux-x64
XXHash implementation in C# using intrinsics
A utility library for XxHash hashing and verification
Native xxHash header.
Provides the 32 and 64-bit CRC and xxHash hash algorithms.
A high-performance .NET implementation of the xxHash non-cryptographic hash algorithm.
Native Compression and Hashing library built the System.IO.Compression way.
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.
A comprehensive .NET library providing high-performance interfaces and ready-to-use implementations for common cross-cutting concerns including compression (Gzip, Brotli, Deflate, ZLib), encoding (Base64, Hex), encryption (AES), hashing (15 algorithms including SHA, MD5, CRC, FNV, XxHash), serialization (JSON, YAML, TOML), caching, persistence, validation, logging, navigation, command execution, and filesystem access. Features zero-allocation Span-based operations, default interface implementations to minimize boilerplate, and comprehensive async support with CancellationToken.