Expand description
The checksum module provides implementations of common error-detecting codes and hashing
algorithms.
Structsยง
- Crc8
Ccitt Crc8Ccittimplements the CRC-8 algorithm using the CCITT polynominal.- Crc32
Crc32implements the CRC-32 checksum algorithm using the standard polynomial.- Crc16
Ansi Crc16Ansiimplements the CRC-16 algorithm using the ANSI polynominal.- Crc16
Ansi Le Crc16AnsiLeimplements the CRC-16 algorithm using the ANSI polynominal in little-endian byte order.- Md5
Md5implements the MD5 hashing algorithm.