Function my_enc::decrypt_to

source ·
pub fn decrypt_to<R, W>(cipher: Aes256, from: &mut R, to: &mut W) -> Result<()>where
    R: Read,
    W: Write,