Function openssl::crypto::hmac::hmac
[−]
[src]
pub fn hmac(t: Type, key: &[u8], data: &[u8]) -> Vec<u8>
Computes the HMAC of the data
with the hash t
and key
.