Module crc

Source
Expand description

Implements readers and writers that compute the CRC64 checksum of the bytes read/written.

Structsยง

CRC64Reader
Computes the CRC64 checksum of the read bytes.
CRC64Writer
Computes the CRC64 checksum of the written bytes.