libtinycrc/README.md

7 lines
263 B
Markdown
Raw Permalink Normal View History

2023-12-19 02:14:16 +00:00
# TinyCRC
2023-12-24 20:42:43 +00:00
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.