Module crc32
Available on crate feature
alloc only.Expand description
CRC-32/ISO-HDLC (IEEE 802.3) checksum.
Self-contained, no_std-compatible implementation using a 256-entry
lookup table generated at compile time.
Structsยง
Constantsยง
- POLYNOMIAL ๐
- The CRC-32/ISO-HDLC polynomial (bit-reversed representation).
- TABLE ๐
- Precomputed lookup table for byte-at-a-time CRC-32 calculation.