pub const SHA1_OUTPUT_LEN: usize = sha1::OUTPUT_LEN; // 20usize
The length of the output of SHA-1, in bytes.