Module crc::crc32

source · []

Structs

Digest struct for CRC calculation

Constants

Traits

Functions

Generates a Castagnoli 32 bit CRC checksum (AKA CRC32-C).
Generates a IEEE 32 bit CRC checksum (AKA CRC32).
Generates a Koopman 32 bit CRC checksum (AKA CRC32-K).
Builds a CRC32 table using the standard or reflected method.
Updates input CRC value value using CRC table table with byte array bytes.