pub fn hmac( key: &[u8], customization: &[u8], input: impl AsRef<[u8]>, ) -> [u8; 64]
KMAC256(key, customization, input), producing DIGEST_LEN bytes.
key
customization
input
DIGEST_LEN