Skip to main content

hmac_string

Function hmac_string 

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