read_decrypted_exact

Function read_decrypted_exact 

Source
fn read_decrypted_exact<T: Read + Seek>(
    reader: &Arc<Mutex<T>>,
    offset: u64,
    buf: &mut [u8],
) -> Result<()>
Available on crate features hexen-haus and hexen-haus-arc only.