From 5a2202d00db5f18f50012ed0a7bccbbe4e854691 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Tue, 3 Oct 2023 14:00:02 +0200 Subject: [PATCH] feat(whitepaper): Mandate little-endian format for numbers --- papers/whitepaper.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/papers/whitepaper.md b/papers/whitepaper.md index 2f3e7e5..c68ac23 100644 --- a/papers/whitepaper.md +++ b/papers/whitepaper.md @@ -228,6 +228,10 @@ Implementations must account for this possibility by aborting any ongoing initia In practice these delays cause participants to take turns acting as initiator and acting as responder since the ten seconds difference is usually enough for the handshake with switched roles to complete before the old initiator's rekey timer goes to zero. +## Endianess + +All numeric values are in little-endian format unless otherwise noted. + ## Server State ### Global