[go: up one dir, main page]

Module sum

Module sum 

Source
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
DigestWriter
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

Traits§

Digest