There are 3 repositories under crc-calculation topic.
Brute-forcing CRC parameters
A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
MODBUS Protocol CRC Calculation (algorithm performance analysis)
NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in C# and released under the MIT License
The crc-full module is used to calculate any kind of CRC setting parameters such as length, polynomial and others. It's completely written in typescript for node js.
Checksum & Hashing library for Lazarus
C++ version of qlibs, a collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
Basic RFID Reader over Serial Port
A HTTP microservice that provides a checksum to POSTed data
Error Detection using Cyclic Redundancy Code (Using CRC-8)
This repository contains all my work from Computer Network Lab
CAO/COA Algorithms
crc-catalog implements numerous CRCs in C/C++ with a bitwise template-based algorithm.
Simple Python CRC implementation for playing around with cyclic redundancy checks
Xojo example project: CRCCalculator (Cyclic Redundancy Check: CRC8, CRC16, CRC32)
NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in swift and released under the MIT License
A fast CRC library with support for arbitrary generator polynomials using SSSE3 extensions on x86.
CRC calculation library for 8-bit, 16-bit, 24-bit, 32-bit, 40-bit and 64 bit. Supports 76 CRC types
Vector implementation of CRC algorithms based on Intel carry-less multiplication instruction.
Tool for learning about CRCs and validation testing implementations
Parametric CRC-8 / CRC-16 / CRC-32 / CRC-64 (single-header C++ library)
CRC Library to calculate 8-, 16- and 32-Bit CRC. Written in C99.
CRC generator from CRC-1 to CRC-8, for any polynomial.
an Multipurposed CRC aka integrity check made in C++.
Arbitrary-precision CRC calculator in Python