9 packages tagged with “adler32”
LibDeflate.NET is a managed wrapper around libdeflate, a native library for fast, whole-buffer DEFLATE-based compression and decompression.
Implementations of many hashing algorithms: for hashtables, cryptographic purpose and checksums.
C# wrapper library for native zlib. Provides improved DeflateStream, ZLibStream, GZipStream and Adler32Stream, Crc32Stream.
zlib pinvoke library for .NET. The library provides the fast native implementation of DeflateStream, ZLibStream, GZipStream. It also supports fast calculation of CRC32 and Adler32 checksum. Supports Windows, Linux and macOS.
A collection of different hash algorithms.
.Net Adler32 算法,使用方式与 System.Security.Cryptography.MD5 相同
The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.
Library for encryption & hashing and other cryptographic operations.
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.