Skip to main content

MAX_DIGEST_BYTES

Constant MAX_DIGEST_BYTES 

Source
pub const MAX_DIGEST_BYTES: usize = 64;
Expand description

The widest admissible digest (Sha512Hasher = 64 bytes). Every AddrHash::digest_carrier returns a buffer of this width; the first OUTPUT_BYTES are significant.