pub const SHA512_OUTPUT_LEN: usize = 512 / 8; // 64usize
Expand description

The length of the output of SHA-512, in bytes.