Module symphonia_core::checksum[][src]

The checksum module provides implementations of common error-detecting codes and hashing algorithms.

Structs

Crc8Ccitt

Crc8Ccitt implements the CRC-8 algorithm using the CCITT polynominal.

Crc16Ansi

Crc16Ansi implements the CRC-16 algorithm using the ANSI polynominal.

Crc32

Crc32 implements the CRC-32 checksum algorithm using the standard polynomial.

Md5

Md5 implements the MD5 hashing algorithm.