Crate crc8_icode_fast

source

Functionsยง

  • Calculate the CRC checksum of the octets using an SIMD implementation if available. If not, a fallback algorithm is used. If the table-fallback feature is enabled this will be a lookup table based algorithm, otherwise a simple loop is used (slowest).
  • Calculate the CRC checksum of the octets using a simple loop algorithm (slow).
  • Calculate the CRC checksum of the octets using a table lookup algorithm.