Crc32.NET 1.1.0
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.
Showing the top 20 packages that depend on Crc32.NET.
| Packages | Downloads |
|---|---|
|
WTelegramClient
Telegram client library written 100% in C# and .NET Standard
|
2 |
|
WTelegramClient
Telegram client library written 100% in C# and .NET Core
|
2 |
Additional improvements in algorithm with +70MB/s calculation speed as result.
Added Crc32C implementation (due lack of other .NET core implementations).
Added option to constructor with ability to specify BigEndian/LittleEndian byte conversion for HashFinal.