Skip to main content

decrypt_x25519

Function decrypt_x25519 

Source
pub fn decrypt_x25519(ciphertext: &[u8], identity: &Identity) -> Result<Vec<u8>>
Expand description

Decrypt ciphertext (the bytes of a *.age file) using a single X25519 identity. Used by the apply pipeline.