pub fn sha3_384(input: &[u8]) -> [u8; 48]
Computes the SHA-3 hash of the input data.
input
A fixed-size array containing the hash output.