Module checksum

Source

Structs§

Checksum
A checksum using a supported algorithm

Enums§

SkippableChecksum
A Checksum that may be skipped.

Traits§

Digest
Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.

Type Aliases§

Blake2b512Checksum
A checksum using the Blake2b512 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