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.