pub fn hmac(algorithm: HMACAlgorithm, key: &[u8], input: &[u8]) -> Vec<u8> ⓘ
Abstract HMAC using algorithm as the hash function.
algorithm