Function hmac_sha1
pub fn hmac_sha1(key: &[u8], data: &[u8]) -> Result<[u8; 20], ErrorStack>Available on (crate features
rustls or boring or acme) and crate feature boring only.Expand description
Computes HMAC with SHA-1 digest.