[][src]Function mohan::hash::hmac_verify

pub fn hmac_verify(
    key: &[u8],
    data: &[u8],
    tag: &[u8]
) -> Result<(), Unspecified>