AceCRC  1.1.0
Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  ace_crc
 crc16ccitt_bit.cppFunctions and types for CRC checks
 crc16ccitt_bit.hppFunctions and types for CRC checks
 crc16ccitt_byte.cppFunctions and types for CRC checks
 crc16ccitt_byte.hppFunctions and types for CRC checks
 crc16ccitt_nibble.cppFunctions and types for CRC checks
 crc16ccitt_nibble.hppFunctions and types for CRC checks
 crc16ccitt_nibblem.cppFunctions and types for CRC checks
 crc16ccitt_nibblem.hppFunctions and types for CRC checks
 crc16modbus_bit.cppFunctions and types for CRC checks
 crc16modbus_bit.hppFunctions and types for CRC checks
 crc16modbus_byte.cppFunctions and types for CRC checks
 crc16modbus_byte.hppFunctions and types for CRC checks
 crc16modbus_nibble.cppFunctions and types for CRC checks
 crc16modbus_nibble.hppFunctions and types for CRC checks
 crc16modbus_nibblem.cppFunctions and types for CRC checks
 crc16modbus_nibblem.hppFunctions and types for CRC checks
 crc32_bit.cppFunctions and types for CRC checks
 crc32_bit.hppFunctions and types for CRC checks
 crc32_byte.cppFunctions and types for CRC checks
 crc32_byte.hppFunctions and types for CRC checks
 crc32_nibble.cppFunctions and types for CRC checks
 crc32_nibble.hppFunctions and types for CRC checks
 crc32_nibblem.cppFunctions and types for CRC checks
 crc32_nibblem.hppFunctions and types for CRC checks
 crc8_bit.cppFunctions and types for CRC checks
 crc8_bit.hppFunctions and types for CRC checks
 crc8_byte.cppFunctions and types for CRC checks
 crc8_byte.hppFunctions and types for CRC checks
 crc8_nibble.cppFunctions and types for CRC checks
 crc8_nibble.hppFunctions and types for CRC checks
 crc8_nibblem.cppFunctions and types for CRC checks
 crc8_nibblem.hppFunctions and types for CRC checks
 AceCRC.h