Function parity_crypto::hmac::verify[][src]

pub fn verify<T>(k: &VerifyKey<T>, data: &[u8], sig: &[u8]) -> bool

Verify HMAC signature of data.