Found 14 packages
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in C# and released under the MIT License
Hardware-accelerated implementation of CRC-32C (Castagnoli) with super fast software fallback for C++ projects. Don't confuse with ordinary CRC-32.
(Unofficial) Signed Crc32C.NET Library. The containing assembly was generated by signing the officially published Crc32C.NET.dll. Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
Just a simple and fast CRC32C Wrapper with hardware acceleration.
Modification of a Crc32C implementation
CRC32C for .NET Standard
A fast implementation of crc32 using unsafe code, and if available, hardware intrinsics (only on x86 or x64).
Blazer is high-performance, low compression archiver. Main usage to work with streams, but can be used as general archiver or for reducing application size by compressing it resources. Compression rate is comparable (slightly better) to LZ4 and Snappy and compression speed is really faster than GZip. Blazer contains all standard features for archives, but also it is possible to use control commands in stream, encrypt archive, use it as simple (but fast) crc32c calulator, perform patterned compresstion and many others features. See project site for detailed information.
A easy to use Cyclic Redundancy Check(CRC) package
C# wrapper library for native zlib. Provides improved DeflateStream, ZLibStream, GZipStream and Adler32Stream, Crc32Stream.
.NetFramework4.5 and .NetCore3.0 c#(CSharp) library for Cyclic Redundancy Check(CRC), contains almost all CRC-8, CRC-16 and CRC-32. OR define a algorithm yourself.
C# implementation of CRC16, CRC32, CRC64, Fletcher, MD5, SHA1, SHA2 and SpamSum.