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

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

Verify HMAC signature of data.