Function compute_hmac_for_string

Source
pub fn compute_hmac_for_string(
    digest_type: ChecksumType,
    key: &[u8],
    str: &str,
) -> Option<GString>