blob: 14420c7d70a188f6baa20b36d183444f62201bd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Pure Python CRC library.
Calculate CRC checksums, verify CRC checksum, predefined CRC configurations,
and custom CRC configurations.
Features:
* Calculate CRC8, CRC16, CRC32, and CRC64 checksums
* Verify CRC checksums
* Pre-defined configurations for common CRC algorithms (CCITT, XMODEM, etc.)
* Custom configurations support
* Optimized table-based calculations for speed
* Command-line interface for CRC calculations
|