Constant ring::digest::MAX_BLOCK_LEN [−][src]
pub const MAX_BLOCK_LEN: usize = 1024 / 8; // 0x0000_0000_0000_0080usize
Expand description
The maximum block length (Algorithm::block_len
) of all the algorithms in
this module.