Function hmac

Source
pub fn hmac<M: Mac, D: AsRef<[u8]>>(mac: M, data: D) -> Vec<u8> 
Expand description

Computes the HMAC of the given data.