Skip to main content

decrypt_into

Function decrypt_into 

Source
pub fn decrypt_into<R: Read, W: Write>(
    reader: &mut R,
    writer: &mut W,
    master_key: &[u8],
) -> Result<FileHeader>
Expand description

Decrypt data from reader into writer.