Constant ring::digest::SHA1_OUTPUT_LEN
source ยท pub const SHA1_OUTPUT_LEN: usize = sha1::OUTPUT_LEN; // 20usize
Expand description
The length of the output of SHA-1, in bytes.
pub const SHA1_OUTPUT_LEN: usize = sha1::OUTPUT_LEN; // 20usize
The length of the output of SHA-1, in bytes.