pub fn hmac_sha1(key: &[u8], data: &[u8]) -> Result<[u8; 20], ErrorStack>
Computes HMAC with SHA-1 digest.