pub fn sha2_384(key: &[u8], data: &[u8]) -> [u8; 48]
Compute HMAC.
Note that this function panics if key or data is larger than 2**32 bytes.
key
data