blob: 8879172260b38f2e3f2d6cc2c725e91bd4316afe (
plain) (
blame)
1
2
3
4
|
This is a Python module for generating objects that compute the Cyclic
Redundancy Check (CRC). It includes a (optional) C extension for fast
calculation, as well as a pure Python implementation. 8, 16, 24, 32,
and 64 bit CRC are supported.
|