This commit is contained in:
2025-10-20 12:34:04 +03:00
parent 207675f522
commit a91bd3bafc
6 changed files with 560 additions and 57 deletions

View File

@@ -27,4 +27,19 @@ Options:
-d, --dest-dir <DEST_DIR>
-h, --hash-check
--help Print help
```
```
metadata version: uint16 (2 bytes)
metadata size: uint32 (4 bytes)
n = 6
metadata content: bytes (n;m bytes)
m = n+6
(content -> rsa -> zstd (bytes) -> bytes) (m;o)
content entry: {
size: uint32 (4 bytes)
i = 4
j = i + size
content: (i;j bytes)
}
```