Module crc32c

Source
Expand description

CRC32 Castagnoli Checksum.

Functionsยง

assert_crc32c_on_data
Asserts that the CRC32 Castagnoli checksum of the input data is correct.
compute_crc32c
Computes the CRC32 Castagnoli checksum of the input data.
read_crc32c
Reads the CRC32 Castagnoli checksum from the input data.
write_crc32c
Writes the CRC32 Castagnoli checksum of the input data to the writer.