A tiny portable C/C++ library to calculate CRC8/16/32
Go to file
Chris 56b996cfd5 Cleanup 2023-12-24 21:42:43 +01:00
src Cleanup 2023-12-24 21:42:43 +01:00
.gitignore Initial commit 2023-12-19 03:01:07 +01:00
Makefile Cleanup 2023-12-24 21:42:43 +01:00
README.md Cleanup 2023-12-24 21:42:43 +01:00
crctest.cpp Cleanup 2023-12-24 21:42:43 +01:00

README.md

TinyCRC

This is a library for calculating CRC32, CRC16 and CRC8. I did not write these, but they are collected from various places on the interweb, and as such available under the MIT license.

The library should be portable enough to work on embedded systems.