From 498bb29dbcfc913b876e2cf5a3389134dcf1f9b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Mar 2021 10:43:15 +0200 Subject: fix: note little-endianness of chunk format version number --- obnam.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1