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.
- Host: GitHub
- URL: https://github.com/schildkroet/crc
- Owner: Schildkroet
- License: lgpl-3.0
- Created: 2018-02-01T19:56:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T18:34:13.000Z (over 3 years ago)
- Last Synced: 2023-03-05T00:12:46.671Z (over 3 years ago)
- Topics: c, cplusplus, crc, crc-algorithms, crc-calculation
- Language: C
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)