zephyr/lib/crc
Michael Hope dc37f985e9 crc: make crc8_ccitt() match the other CRC functions.
This is a minor change that makes the data pointer const and shifts
the length to a size_t to match the other CRC functions.

Signed-off-by: Michael Hope <mlhx@google.com>
2018-03-10 21:49:07 -05:00
..
CMakeLists.txt
crc8_sw.c crc: make crc8_ccitt() match the other CRC functions. 2018-03-10 21:49:07 -05:00
crc16_sw.c crc: add crc16_itu_t which is used in the MMC protocol. 2018-02-07 16:49:52 -05:00