pub fn verify_hmac_sha1(key: &[u8], data: &[u8], signature: &[u8]) -> bool
Expand description

Verify that the HMAC for the data block matches the supplied signature