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