File | Date | Author | Commit |
---|---|---|---|
README.md | 2023-03-23 |
![]() |
[341d9c] Update README.md |
RocksoftCrcModel.vb | 2022-11-25 |
![]() |
[9d05b4] Update RocksoftCrcModel.vb |
This project realizes algorithm of CRC count by Rocksoft Model CRC.
Example:
Dim crcModel As New Crc.RocksoftCrcModel(CrcPresets.CRC16_CCITT)
Dim c As UInteger = crcModel.ComputeCrc(messageBytes)