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>
This patch adds crc8-ccitt calculation routine. CRC8 CCITT is required for Flash Circular Buffer module (originally mynewt module). Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>