AceCRC  0.1
Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) are progammatically converted from pycrc to Arduino C++, including variants (e.g. 4-bit versus 8-bit tables) that trade space and time.
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  ace_crc
 crc16ccitt_bit.cpp
 crc16ccitt_bit.hpp
 crc16ccitt_byte.cpp
 crc16ccitt_byte.hpp
 crc16ccitt_nibble.cpp
 crc16ccitt_nibble.hpp
 crc32_bit.cpp
 crc32_bit.hpp
 crc32_byte.cpp
 crc32_byte.hpp
 crc32_nibble.cpp
 crc32_nibble.hpp
 AceCRC.h