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.