crcmod creates python functions that efficiently compute the Cyclic Redundancy Check (CRC) using table lookup.
crcmod also has an optional extension module to perform crc calculations in c code for improved performance.
Forward and bit-reverse algorithms are supported.