From 24916ecf73122119bf2490bae41931bf9d6e69d3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 14 May 2024 09:27:19 +0100 Subject: [PATCH] Clarify key encoding algorithm --- content/appendices.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/appendices.md b/content/appendices.md index 4123401d..8861bbe9 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -948,7 +948,8 @@ interface. When this happens, the key SHOULD be presented as a string formatted as follows: -1. The raw key is prepended by the two bytes `0x8B` and `0x01`. +1. A byte array is created, consisting of two bytes `0x8B` and `0x01`, + followed by the raw key. 2. All the bytes in the array above, including the two header bytes, are XORed together to form a parity byte. This parity byte is appended to the byte array.