12 packages tagged with “MurmurHash”
Provides a HashAlgorithm implementation of the Murmur3 algorithm
Tested and performant implementations of xxHash, SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a)
Extremely fast MurmurHash implementation with zero heap allocations
Super fast zero allocation MurmurHash3 implementation.
An implementation of the Murmur3 hash for .NET
Package Description
易用、强大、高效的企业级安全能力,提供最安全的哈希密码方式(Argon2id、PBKDF2等)、多维度文件MD5(支持内容/路径/属性)、MurmurHash、JWT 面向多客户端的生成和验证、敏感数据保护和全链路端到端加密传输(ECC+AES)、密钥管理及轮换、数据加解密,如:最安全的对称加密(AesGcm)、非对称加密(RSA:公钥/私钥导入/导出、[公钥加密、私钥解密]、[私钥签名、公钥验签])等能力
LSH
易用、强大、高效的企业级安全能力,提供最安全的哈希密码方式(Argon2id、PBKDF2等)、多维度文件MD5(支持内容/路径/属性)、MurmurHash、JWT 面向多客户端的生成和验证、敏感数据保护和全链路端到端加密传输(ECC+AES),提供面向 MySQL 迁移、密钥管理及轮换、数据加解密,如:最安全的对称加密(AesGcm)、非对称加密(RSA:公钥/私钥导入/导出、[公钥加密、私钥解密]、[私钥签名、公钥验签])等能力
A .NET implementation of Krapivin's elastic hashing hash table with MurmurHash3 from MurmurHash.Net.
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.