pub fn hmac<M: Mac, D: AsRef<[u8]>>(mac: M, data: D) -> Vec<u8> ⓘ
Computes the HMAC of the given data.