diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /DOC/Methods.txt | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.gz 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.bz2 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.zip |
24.0524.05
Diffstat (limited to 'DOC/Methods.txt')
-rw-r--r-- | DOC/Methods.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOC/Methods.txt b/DOC/Methods.txt index 541f1c1..3e5707c 100644 --- a/DOC/Methods.txt +++ b/DOC/Methods.txt | |||
@@ -1,8 +1,8 @@ | |||
1 | 7-Zip method IDs for 7z and xz archives | 1 | 7-Zip method IDs for 7z and xz archives |
2 | --------------------------------------- | 2 | --------------------------------------- |
3 | 3 | ||
4 | Version: 23.01 | 4 | Version: 24.02 |
5 | Date: 2023-06-30 | 5 | Date: 2024-03-22 |
6 | 6 | ||
7 | Each compression or crypto method in 7z is associated with unique binary value (ID). | 7 | Each compression or crypto method in 7z is associated with unique binary value (ID). |
8 | The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes). | 8 | The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes). |
@@ -38,6 +38,7 @@ List of defined IDs | |||
38 | 08 - ARMT (little-endian) | 38 | 08 - ARMT (little-endian) |
39 | 09 - SPARC | 39 | 09 - SPARC |
40 | 0A - ARM64 | 40 | 0A - ARM64 |
41 | 0B - RISCV | ||
41 | 42 | ||
42 | 21 - LZMA2 | 43 | 21 - LZMA2 |
43 | 44 | ||