pub fn verify_hmac(key: &HmacKey, message: &[u8], tag: &HmacTag) -> bool
Verify HMAC tag in constant time.