Menu

Tree [341d9c] master /
 History

HTTPS access


File Date Author Commit
 README.md 2023-03-23 aave aave [341d9c] Update README.md
 RocksoftCrcModel.vb 2022-11-25 aave aave [9d05b4] Update RocksoftCrcModel.vb

Read Me

crc_vb

This project realizes algorithm of CRC count by Rocksoft Model CRC.

  • Also class provides bitwise shift method of CRC count. This method can calculate CRC with any bitness.

Usage

Example:

Dim crcModel As New Crc.RocksoftCrcModel(CrcPresets.CRC16_CCITT)
Dim c As UInteger = crcModel.ComputeCrc(messageBytes)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.