sha384

Function sha384 

Source
pub fn sha384(data: &[u8]) -> [u8; 48]
Expand description

Stateless hash function for SHA384.

data is a reference to an array of arbitrary length.

result is an array of size SHA384_RESULT_SIZE, which is 48 bytes. This call cannot fail.