diff options
Diffstat (limited to 'src/lib/crc/crc8.c')
| -rw-r--r-- | src/lib/crc/crc8.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/crc/crc8.c b/src/lib/crc/crc8.c index e8b9685a..20976b29 100644 --- a/src/lib/crc/crc8.c +++ b/src/lib/crc/crc8.c @@ -34,10 +34,8 @@ #include <ouroboros/crc8.h> -/* Bit-by-bit MSB-first CRC. The expected use case is header check - * sequences of a handful of bytes; a 256-byte lookup table would not - * pay for the extra .rodata footprint at typical input sizes. - */ + + /* Bit-by-bit MSB-first CRC. */ void crc8_autosar(uint8_t * crc, const void * buf, size_t len) |
