pub fn decrypt_x25519(ciphertext: &[u8], identity: &Identity) -> Result<Vec<u8>>
Decrypt ciphertext (the bytes of a *.age file) using a single X25519 identity. Used by the apply pipeline.
ciphertext
*.age