pub const SHA512_256_OUTPUT_LEN: usize = 256 / 8; // 32usize
Expand description

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