lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit f172047c4cf08837dc3c5f35920914b227665caa
parent 26f5022d657dd7af2525cc5bfebe47fd77b301fa
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 18 Jan 2022 16:29:18 +0100

fix

Diffstat:
Mdraft-schanzen-gns.xml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -434,7 +434,7 @@ Value Symbol Symbol The Base32-Crockford Alphabet Including the Additional U Encode Symbol. </t> <t> - For the string representation of a zone identifier we define: + For the string representation of a zTLD we define: </t> <artwork name="" type="" align="left" alt=""><![CDATA[ zkl := GNSCrockfordEncode(ztype|zkey) @@ -909,7 +909,7 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62] </dd> </dl> <t> - The zone identifier of a PKEY is 32 + 4 bytes in length. This means that + The zone type and zone key of a PKEY are 32 + 4 bytes in length. This means that a zTLD will always fit into a single label and does not need any further conversion. </t> @@ -1080,7 +1080,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8) </dd> </dl> <t> - The zone identifier of an EDKEY is 32 + 4 bytes in length. This means that + The zone type and zone key of an EDKEY are 32 + 4 bytes in length. This means that a zTLD will always fit into a single label and does not need any further conversion. </t>