diff --git a/README.md b/README.md index 99fe924..5da1c6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # crc16 -An CRC-16 implementation - -Made with this https://www.sunshine2k.de/articles/coding/crc/understanding_crc.html#ch4 tutorial. \ No newline at end of file +An CRC-CCITT implementation with an pre computed lookup table on startup. \ No newline at end of file