Skip to main content

decrypt

Function decrypt 

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

Decrypt ciphertext (the bytes of a *.age file) using the supplied identity. Returns the plaintext on success.