Expand description
Implementations of digest functions, like md5 and sha1.
The Digest trait represents the interface for providing inputs
to these digest functions and accessing the resulting hash. The
DigestWriter struct provides a wrapper around Digest that
implements the Write trait, for use in situations where calling
write would be useful.
Structs§
- Blake3
- Blake2b
- first element of the tuple is the blake2b state second is the number of output bits
- Bsd
- CRC32B
- Crc
- Digest
Writer - A struct that writes to a digest.
- Md5
- Sha1
- Sha3_
224 - Sha3_
256 - Sha3_
384 - Sha3_
512 - Sha224
- Sha256
- Sha384
- Sha512
- Shake128
- Shake256
- Sm3
- SysV
Enums§
- Digest
Output - Represents the output of a checksum computation.