Structs§
- Checksum
- A checksum using a supported algorithm
- Crc32
Cksum - CRC-32/CKSUM hasher state.
Enums§
- Checksum
Algorithm - This enum represents all accepted checksum algorithms used in the Arch Linux distribution.
- Digest
Encoding - Defines the string representation format of a checksum digest.
- Skippable
Checksum - A
Checksumthat may be skipped.
Traits§
- Digest
String - [
Digest] extension providing aSelf::ENCODINGconstant defining the string representation of the digest used for parsing and formatting.
Type Aliases§
- Blake2b512
Checksum - A checksum using the Blake2b512 algorithm
- Crc32
Cksum Checksum - A checksum using CRC-32/CKSUM algorithm
- Md5Checksum
- A checksum using the Md5 algorithm
- Sha1
Checksum - A checksum using the Sha1 algorithm
- Sha224
Checksum - A checksum using the Sha224 algorithm
- Sha256
Checksum - A checksum using the Sha256 algorithm
- Sha384
Checksum - A checksum using the Sha384 algorithm
- Sha512
Checksum - A checksum using the Sha512 algorithm