feat: update readme

This commit is contained in:
2023-02-10 21:54:25 +08:00
parent 2bca147e3d
commit bcc1379f7c

View File

@@ -72,7 +72,7 @@ File ext: `*.tinyenc`
File format: File format:
```text ```text
[TAG; 2 bytes; short; BE] [TAG; 2 bytes; short; BE; Always 1]
[LENGTH; 4 bytes; int; BE] [LENGTH; 4 bytes; int; BE]
[META; LENGTH bytes] [META; LENGTH bytes]
[ENCRYPTED_DATA; n bytes; AES/GCM] [ENCRYPTED_DATA; n bytes; AES/GCM]