pub async fn symm_decrypt<T: Read + Seek>( passphrase: &str, ctext: T, ) -> Result<Vec<u8>>
Symmetric decryption.