Module digests

Module digests 

Source
Expand description

Public re-exports of common hash functions, for use with Checksum.

Structs§

Crc32Cksum
CRC-32/CKSUM hasher state.

Enums§

DigestEncoding
Defines the string representation format of a checksum digest.

Traits§

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

Type Aliases§

Blake2b512
BLAKE2b-512 hasher state.
Md5
MD5 hasher state.
Sha1
SHA-1 hasher state.
Sha224
SHA-224 hasher.
Sha256
SHA-256 hasher.
Sha384
SHA-384 hasher.
Sha512
SHA-512 hasher.