[−][src]Function rc_crypto::hmac::verify_with_own_key
pub fn verify_with_own_key(
key: &SigningKey,
data: &[u8],
signature: &[u8]
) -> Result<()>
Equivalent to verify
but allows the consumer to pass a SigningKey
.
pub fn verify_with_own_key(
key: &SigningKey,
data: &[u8],
signature: &[u8]
) -> Result<()>
Equivalent to verify
but allows the consumer to pass a SigningKey
.