Skip to main content

hmac_inner

Function hmac_inner 

Source
pub fn hmac_inner(
    to_digest: &[u8],
    key: &[u8],
    typ: &str,
) -> Result<Vec<u8>, EvalError>