pub fn decrypt(ciphertext: &[u8], identity: &Identity) -> Result<Vec<u8>>
Decrypt ciphertext (the bytes of a *.age file) using the supplied identity. Returns the plaintext on success.
ciphertext
*.age