Function my_enc::encrypt_to

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