An open API service indexing awesome lists of open source software.

https://github.com/schildkroet/crc

CRC Library to calculate 8-, 16- and 32-Bit CRC. Written in C99.
https://github.com/schildkroet/crc

c cplusplus crc crc-algorithms crc-calculation

Last synced: 2 months ago
JSON representation

CRC Library to calculate 8-, 16- and 32-Bit CRC. Written in C99.

Awesome Lists containing this project

README

          

# CRC
CRC Library to calculate 8-, 16- and 32-Bit CRC. Written in C99.

Configure needed CRC Algorithm in CRC_Cfg.h

Choose from one of the following calculation methods: Runtime calculation, pre-calculated table, hardware (not supported)