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.
pub const MAX_DIGEST_BYTES: usize = 64;The widest admissible digest (Sha512Hasher = 64 bytes). Every
AddrHash::digest_carrier returns a buffer of this width; the first
OUTPUT_BYTES are significant.