Module crc::crc64

source · []

Structs

Digest struct for CRC calculation

Constants

Traits

Functions

Generates a ECMA-188 64 bit CRC checksum (AKA CRC-64-ECMA).
Generates a ISO 3309 32 bit CRC checksum (AKA CRC-64-ISO).
Builds a CRC64 table using the standard or reflected method.
Updates input CRC value value using CRC table table with byte array bytes.