Module crc32_utils

Module crc32_utils 

Source

Functionsยง

crc32
Calculate CRC32 checksum for the entire byte array.
crc32_bytebuffer
Calculate CRC32 checksum for a byte buffer (Vec).
crc32_bytebuffers
Calculate CRC32 checksum for multiple byte buffers.
crc32_bytes
Calculate CRC32 checksum for Bytes.
crc32_bytes_offset
Calculate CRC32 checksum for a range of bytes.
crc32_range
Calculate CRC32 checksum for a range of bytes in the array.