Constant MAX_CHAINING_LEN
pub const MAX_CHAINING_LEN: usize = MAX_OUTPUT_LEN; // 64usizeAvailable on crate feature
crypto only.Expand description
The maximum chaining length (Algorithm::chaining_len) of all the
algorithms in this module.