Skip to main content

hmac

Function hmac 

Source
pub fn hmac(
    key: &[u8],
    customization: &[u8],
    input: impl AsRef<[u8]>,
) -> [u8; 64]
Expand description

KMAC256(key, customization, input), producing DIGEST_LEN bytes.