pub fn new_hmac_sha1<K: AsRef<[u8]>>(key: K) -> HmacSha1
Creates HMAC using the SHA-1 algorithm.
HMAC accepts any key length, which means this function will not panic.