Skip to main content

decrypt

Function decrypt 

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

Decrypt ciphertext with passphrase, returning the plaintext bytes.