pub fn sha384(data: &[u8]) -> [u8; 48]
Stateless hash function for SHA384.
data is a reference to an array of arbitrary length.
data
result is an array of size SHA384_RESULT_SIZE, which is 48 bytes. This call cannot fail.
result
SHA384_RESULT_SIZE