We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2aed6 commit 38804b5Copy full SHA for 38804b5
1 file changed
README.md
@@ -1250,7 +1250,7 @@ Header fields explained:
1250
- SID: `32` bytes of crypto random data (Session ID).
1251
- Created at: binary packed secs from epoch in a little endian form, truncated to 5 bytes.
1252
- Rolling Offset: binary packed secs from creation time in a little endian form (integer).
1253
-- Size: binary packed data size (short) in a two byte little endian form.
+- Size: binary packed data size in a three byte little endian form.
1254
- Tag: `16` bytes of authentication tag from AES-256-GCM encryption of the data.
1255
- Idling Offset: binary packed secs from creation time + rolling offset in a little endian form, truncated to 3 bytes.
1256
- Mac: `16` bytes message authentication code of the header.
0 commit comments