pub fn sha1(key: &[u8], data: &[u8]) -> [u8; 20]
Compute HMAC.
Note that this function panics if key or data is larger than 2**32 bytes.
key
data