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

Important traits for Vec<u8>
pub fn hmac(t: Type, key: &[u8], data: &[u8]) -> Vec<u8>

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