Searched refs:zip_file_bytes (Results 1 – 1 of 1) sorted by relevance
25 let zip_file_bytes = &mut Cursor::new(vec![ in encrypted_file() localVariable42 let mut archive = zip::ZipArchive::new(zip_file_bytes).unwrap(); in encrypted_file()