[][src]Function orion::hazardous::mac::hmac::hmac

#[must_use]
pub fn hmac(
    secret_key: &SecretKey,
    data: &[u8]
) -> Result<Tag, UnknownCryptoError>

One-shot function for generating an HMAC-SHA512 tag of data.