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