From cc18a545a87ca616f05114d174690e5cc9614669 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Tue, 16 Jul 2024 17:24:33 +0900 Subject: Optimize encryption - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function --- .vscode/settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index d344ae3..8ab0a05 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,14 +8,17 @@ "decompressor", "eocdr", "flate", - "Hasher", + "hasher", "lzma", "newtype", "ntfs", + "refin", + "refout", "repr", "rposition", "seekable", - "unseekable" + "unseekable", + "xorout" ], "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"] } -- cgit v1.2.3