Function hacl::hazmat::sha2::sha384

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

SHA2 384

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