pub fn decrypt(ciphertext: &[u8], passphrase: SecretString) -> Result<Vec<u8>>
Decrypt ciphertext with passphrase, returning the plaintext bytes.
ciphertext
passphrase