uint8_t crc8(FAR const uint8_t *src, size_t len)
Return an 8-bit CRC of the contents of the 'src' buffer, length 'len' using the polynomial x^8+x^6+x^...
uint8_t crc8part(FAR const uint8_t *src, size_t len, uint8_t crc8val)
Continue CRC calculation on a part of the buffer.