Function glib::compute_hmac_for_data
[−]
[src]
pub fn compute_hmac_for_data(
digest_type: ChecksumType,
key: &[u8],
data: &[u8]
) -> Option<String>