A tiny portable C/C++ library to calculate CRC8/16/32
Go to file
2023-12-19 03:14:16 +01:00
src Initial commit 2023-12-19 03:01:07 +01:00
.gitignore Initial commit 2023-12-19 03:01:07 +01:00
crctest.cpp Cleanup example 2023-12-19 03:14:16 +01:00
Makefile Initial commit 2023-12-19 03:01:07 +01:00
README.md Cleanup example 2023-12-19 03:14:16 +01:00

TinyCRC

This is a library for calculating CRC32, CRC16 and CRC8.