UPDATED README.md

This commit is contained in:
jan 2025-01-12 10:00:17 +00:00
parent aca90bba91
commit c0f80d1177

View File

@ -1,5 +1,3 @@
# crc16
An CRC-16 implementation
Made with this https://www.sunshine2k.de/articles/coding/crc/understanding_crc.html#ch4 tutorial.
An CRC-CCITT implementation with an pre computed lookup table on startup.