summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-11 10:43:15 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-11 10:54:30 +0200
commit498bb29dbcfc913b876e2cf5a3389134dcf1f9b4 (patch)
tree84075d456edb83d26f9b270776fed11501df7f76
parentb1934d85d1885f3dd7c6492f3df24d8d0fb648e4 (diff)
downloadobnam2-498bb29dbcfc913b876e2cf5a3389134dcf1f9b4.tar.gz
fix: note little-endianness of chunk format version number
-rw-r--r--obnam.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/obnam.md b/obnam.md
index c5ef2c9..6521372 100644
--- a/obnam.md
+++ b/obnam.md
@@ -938,7 +938,8 @@ random bytes.
The chunk sent to the server will be encoded as follows:
-* chunk format: a 32-bit unsigned integer, 0x0001
+* chunk format: a 32-bit unsigned integer, 0x0001, store in
+ little-endian form.
* a 12-byte nonce unique to the chunk
* the ciphertext