Skip to main content

hmac_bytes

Function hmac_bytes 

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