pub async fn symm_decrypt<T: BufRead + Debug + 'static + Send>( passphrase: &str, ctext: T, ) -> Result<Vec<u8>>
Symmetric decryption.