symm_decrypt

Function symm_decrypt 

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

Symmetric decryption.