diff options
| author | Igor Tolmachev <me@igorek.dev> | 2024-07-20 16:52:39 +0900 |
|---|---|---|
| committer | Igor Tolmachev <me@igorek.dev> | 2024-07-20 16:52:39 +0900 |
| commit | 7bcdc3b4ca460aec2b98fb2dca6165788c562b05 (patch) | |
| tree | 63f9616fc1b7f9ca6e414a4d32910720e155690c /.vscode | |
| parent | 5f4ceda88c7299deb317f8d22a99ab2521c5a380 (diff) | |
| download | archivator-7bcdc3b4ca460aec2b98fb2dca6165788c562b05.tar.gz archivator-7bcdc3b4ca460aec2b98fb2dca6165788c562b05.zip | |
Partial aes implementation and others improvements
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 8ab0a05..4a76d39 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,11 +4,13 @@ | |||
| 4 | "bincode", | 4 | "bincode", |
| 5 | "chrono", | 5 | "chrono", |
| 6 | "datatypes", | 6 | "datatypes", |
| 7 | "datelike", | ||
| 7 | "datetime", | 8 | "datetime", |
| 8 | "decompressor", | 9 | "decompressor", |
| 9 | "eocdr", | 10 | "eocdr", |
| 10 | "flate", | 11 | "flate", |
| 11 | "hasher", | 12 | "hasher", |
| 13 | "hmac", | ||
| 12 | "lzma", | 14 | "lzma", |
| 13 | "newtype", | 15 | "newtype", |
| 14 | "ntfs", | 16 | "ntfs", |
| @@ -17,6 +19,7 @@ | |||
| 17 | "repr", | 19 | "repr", |
| 18 | "rposition", | 20 | "rposition", |
| 19 | "seekable", | 21 | "seekable", |
| 22 | "timelike", | ||
| 20 | "unseekable", | 23 | "unseekable", |
| 21 | "xorout" | 24 | "xorout" |
| 22 | ], | 25 | ], |
