diff options
| author | Igor Tolmachev <me@igorek.dev> | 2024-07-16 17:24:33 +0900 |
|---|---|---|
| committer | Igor Tolmachev <me@igorek.dev> | 2024-07-16 17:24:33 +0900 |
| commit | cc18a545a87ca616f05114d174690e5cc9614669 (patch) | |
| tree | 51ec845115754bb1d8b41d82e5349db5343a40ec /.vscode | |
| parent | a83767f9fbd51df654901b52bdba7838f6a10bf9 (diff) | |
| download | archivator-cc18a545a87ca616f05114d174690e5cc9614669.tar.gz archivator-cc18a545a87ca616f05114d174690e5cc9614669.zip | |
Optimize encryption
- Add archive for testing encryption of compressed files
- Implement incorrect password check
- Use custom crc32 function
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ | |||
| 8 | "decompressor", | 8 | "decompressor", |
| 9 | "eocdr", | 9 | "eocdr", |
| 10 | "flate", | 10 | "flate", |
| 11 | "Hasher", | 11 | "hasher", |
| 12 | "lzma", | 12 | "lzma", |
| 13 | "newtype", | 13 | "newtype", |
| 14 | "ntfs", | 14 | "ntfs", |
| 15 | "refin", | ||
| 16 | "refout", | ||
| 15 | "repr", | 17 | "repr", |
| 16 | "rposition", | 18 | "rposition", |
| 17 | "seekable", | 19 | "seekable", |
| 18 | "unseekable" | 20 | "unseekable", |
| 21 | "xorout" | ||
| 19 | ], | 22 | ], |
| 20 | "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"] | 23 | "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"] |
| 21 | } | 24 | } |
