Constant ring::digest::MAX_OUTPUT_LEN
source ยท pub const MAX_OUTPUT_LEN: usize = _; // 64usize
Expand description
The maximum output length (Algorithm::output_len
) of all the algorithms
in this module.
pub const MAX_OUTPUT_LEN: usize = _; // 64usize
The maximum output length (Algorithm::output_len
) of all the algorithms
in this module.