[][src]Module crc::crc64

Structs

Digest

Digest struct for CRC calculation

Constants

ECMA
ECMA_TABLE
ISO
ISO_TABLE

Traits

Hasher64

Functions

checksum_ecma

Generates a ECMA-188 64 bit CRC checksum (AKA CRC-64-ECMA).

checksum_iso

Generates a ISO 3309 32 bit CRC checksum (AKA CRC-64-ISO).

make_table

Builds a CRC64 table using the standard or reflected method. If reflect==true, flip the individual byte bitwise, then flip the table value bitwise.

update

Updates input CRC value value using CRC table table with byte array bytes.