Module crc32

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ยง

Hasher

Constantsยง

POLYNOMIAL ๐Ÿ”’
The CRC-32/ISO-HDLC polynomial (bit-reversed representation).
TABLE ๐Ÿ”’
Precomputed lookup table for byte-at-a-time CRC-32 calculation.