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