Function hacl::hazmat::sha2::sha224

source ยท
pub fn sha224(payload: &[u8]) -> [u8; 28]
Expand description

SHA2 224

Note the function panics when payload is larger than 2^32 bytes.