Found 23 packages
NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in C# and released under the MIT License
CRC32 and CRC16 hash algorithms.
Cyclic redundancy check support: CRC16 CRC16 CCITT_0x0000 CRC16 CCITT_0xFFFF CRC16 CCITT_0x1D0F CRC16 Kermit CRC16 Modbus CRC32 CRC8 CRC8 CCITT CRC8 DALLASMAXIM CRC8 SAEJ1850 CRC8 WCDMA
A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.
CRC implemenations. CRC name of catalogue(112) are supported. Fat-Table are supported for speed up. Crc3, Crc4, Crc5, Crc6, Crc7, Crc8, Crc10, Crc11, Crc12, Crc13, Crc14, Crc15, Crc16, Crc17, Crc21, Crc24, Crc30, Crc31, Crc32, Crc40, Crc64, Crc82 and Custom width and parameters are supported. Crc.Create("crc32"); Crc.Create(CrcName.CRC40_GSM); Crc.CreateBy("CRC-217/CUSTOM", 217, poly, init, xorout, true, true, table);
Provides CRC-16 checksum algorithms.
Provides functions for calculating cyclic redundancy check sums in 16, 32 and 64bit
## This project is moved the https://github.com/AJ-comp/Mythosia/tree/master/Mythosia.Integrity. Now this project is integrated with Mythosia project but all interface is equal with this project except namespace. Search Mythosia.Integrity support checksum8: 1. xor (using in NMEA format) 2. modulo-256 3. 2's complement support CRC8: 1. CRC8 2. CRC8 Maxim support CRC16: 1. CRC16 2. CRC16 (Modbus) 3. CRC16 CCITT (xModem) 4. CRC16 DNP support CRC32 1. CRC32
Hash algorithm implementations, including CRC32 and CRC16.
Package Description
Various helpers for cyclic redundancy checks (CRC), namely CRC8, CRC16, CRC32 and CRC64.
include crc16-modbus 、crc32、crc32-jamcrc
.NET 2 framework library for computing Cyclic Redundancy Check codes. Documentation available at: https://marcjohnston.github.io/byMarc.Net2.Library.Crc16/ Issues and bug tracker available at: https://github.com/marcjohnston/byMarc.Net2.Library.Crc16/issues NuGet package available at: https://www.nuget.org/packages/byMarc.Net2.Library.Crc/
Non-cryptographic hashing algorithms.
A easy to use Cyclic Redundancy Check(CRC) package
From this version, you can use the polymorphism. Please see the GitHub readme file. support checksum8: 1. xor (using in NMEA format) 2. modulo-256 3. 2's complement support CRC8: 1. CRC8 2. CRC8 Maxim support CRC16: 1. CRC16 2. CRC16 (modbus) 3. CRC16 CCITT (xModem) 4. CRC16 DNP support CRC32 1. CRC32
提供各种数据转换等辅助工具类
A library for implementing checksum and hashing algorithms, including CRC16, CRC32, CRC8, and MD5, designed to ensure data integrity and detect errors in .NET applications
ADN.Security is a cross-platform open-source library which provides security functions to .NET developers
.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.