Module checksum

Module checksum 

Source

Structs§

Checksum
A checksum using a supported algorithm
Crc32Cksum
CRC-32/CKSUM hasher state.

Enums§

ChecksumAlgorithm
This enum represents all accepted checksum algorithms used in the Arch Linux distribution.
DigestEncoding
Defines the string representation format of a checksum digest.
SkippableChecksum
A Checksum that may be skipped.

Traits§

DigestString
[Digest] extension providing a Self::ENCODING constant defining the string representation of the digest used for parsing and formatting.

Type Aliases§

Blake2b512Checksum
A checksum using the Blake2b512 algorithm
Crc32CksumChecksum
A checksum using CRC-32/CKSUM algorithm
Md5Checksum
A checksum using the Md5 algorithm
Sha1Checksum
A checksum using the Sha1 algorithm
Sha224Checksum
A checksum using the Sha224 algorithm
Sha256Checksum
A checksum using the Sha256 algorithm
Sha384Checksum
A checksum using the Sha384 algorithm
Sha512Checksum
A checksum using the Sha512 algorithm