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.

src → ace_crc Relation

File in srcIncludes file in src/ace_crc
AceCRC.hcrc16ccitt_bit.hpp
AceCRC.hcrc16ccitt_byte.hpp
AceCRC.hcrc16ccitt_nibble.hpp
AceCRC.hcrc32_bit.hpp
AceCRC.hcrc32_byte.hpp
AceCRC.hcrc32_nibble.hpp