[][src]Function miracl_core::hmac::hmac1

pub fn hmac1(
    hash: usize,
    sha: usize,
    tag: &mut [u8],
    olen: usize,
    k: &[u8],
    m: &[u8]
) -> bool