From a83767f9fbd51df654901b52bdba7838f6a10bf9 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Tue, 16 Jul 2024 01:59:53 +0900 Subject: Add traditional PKWARE decryption. - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function --- src/utils/cursor.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/cursor.rs') diff --git a/src/utils/cursor.rs b/src/utils/cursor.rs index 0c4b77e..91d44f8 100644 --- a/src/utils/cursor.rs +++ b/src/utils/cursor.rs @@ -34,7 +34,6 @@ impl Write for IoCursor { Ok(bytes) } - #[inline] fn flush(&mut self) -> Result<()> { self.io.flush() } -- cgit v1.2.3