pub fn verify_with_key(key: &[u8], data: &[u8]) -> bool
Expand description

Verifies encrypted data using a secret key.