[][src]Function glib::compute_hmac_for_string

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