Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DOC/Methods.txt')
-rwxr-xr-xDOC/Methods.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOC/Methods.txt b/DOC/Methods.txt
index bba9f10e..0503ca79 100755
--- a/DOC/Methods.txt
+++ b/DOC/Methods.txt
@@ -1,4 +1,4 @@
-7-Zip method IDs (4.58)
+7-Zip method IDs (4.61)
-----------------------
Each compression or crypto method in 7z has unique binary value (ID).
@@ -8,9 +8,9 @@ If you want to add some new ID, you have two ways:
1) Write request for allocating IDs to 7-zip developers.
2) Generate 8-bytes ID:
- 7F ZZ ZZ ZZ ZZ ZZ MM MM
+ 3F ZZ ZZ ZZ ZZ ZZ MM MM
- 7F - Prefix for random IDs (1 byte)
+ 3F - Prefix for random IDs (1 byte)
ZZ ZZ ZZ ZZ ZZ - Developer ID (5 bytes). Use real random bytes.
MM MM - Method ID (2 bytes)