Function openssl::crypto::hmac::hmac [] [src]

pub fn hmac(t: Type, key: &[u8], data: &[u8]) -> Result<Vec<u8>, ErrorStack>

Computes the HMAC of the data with the hash t and key.