pub fn hmac_sha1<K: AsRef<[u8]>, D: AsRef<[u8]>>(key: K, data: D) -> Vec<u8> ⓘ
Computes the HMAC using the SHA-1 algorithm.