compute_hmac_for_bytes

Function compute_hmac_for_bytes 

Source
pub fn compute_hmac_for_bytes(
    digest_type: ChecksumType,
    key: &Bytes,
    data: &Bytes,
) -> GString