Skip to content

Commit a3a6624

Browse files
Merge pull request #186 from vcolin7/patch-1
[Documentation] Fix signature format documentation to match implementation
2 parents e540835 + 19afbcd commit a3a6624

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLI.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ MCPB uses PKCS#7 (Cryptographic Message Syntax) for digital signatures:
292292
```
293293
[Original MCPB ZIP content]
294294
MCPB_SIG_V1
295-
[Base64-encoded PKCS#7 signature]
295+
[4-byte little-endian length prefix]
296+
[DER-encoded PKCS#7 signature]
296297
MCPB_SIG_END
297298
```
298299

0 commit comments

Comments
 (0)