pub fn decrypt( ciphertext: &[u8], identity: &Identity, ) -> Result<Vec<u8>, CryptoError>
Decrypt ciphertext using a secret key.