aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-18 16:29:18 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-18 16:29:18 +0100
commitf172047c4cf08837dc3c5f35920914b227665caa (patch)
treef2701903d5f5708a8b922b5d69f00b058dfc314e
parent26f5022d657dd7af2525cc5bfebe47fd77b301fa (diff)
downloadlsd0001-f172047c4cf08837dc3c5f35920914b227665caa.tar.gz
lsd0001-f172047c4cf08837dc3c5f35920914b227665caa.zip
fix
-rw-r--r--draft-schanzen-gns.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index f1db2a8..bac3cdc 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -434,7 +434,7 @@ Value Symbol Symbol
434 The Base32-Crockford Alphabet Including the Additional U Encode Symbol. 434 The Base32-Crockford Alphabet Including the Additional U Encode Symbol.
435 </t> 435 </t>
436 <t> 436 <t>
437 For the string representation of a zone identifier we define: 437 For the string representation of a zTLD we define:
438 </t> 438 </t>
439 <artwork name="" type="" align="left" alt=""><![CDATA[ 439 <artwork name="" type="" align="left" alt=""><![CDATA[
440zkl := GNSCrockfordEncode(ztype|zkey) 440zkl := GNSCrockfordEncode(ztype|zkey)
@@ -909,7 +909,7 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
909 </dd> 909 </dd>
910 </dl> 910 </dl>
911 <t> 911 <t>
912 The zone identifier of a PKEY is 32 + 4 bytes in length. This means that 912 The zone type and zone key of a PKEY are 32 + 4 bytes in length. This means that
913 a zTLD will always fit into a single label and does 913 a zTLD will always fit into a single label and does
914 not need any further conversion. 914 not need any further conversion.
915 </t> 915 </t>
@@ -1080,7 +1080,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
1080 </dd> 1080 </dd>
1081 </dl> 1081 </dl>
1082 <t> 1082 <t>
1083 The zone identifier of an EDKEY is 32 + 4 bytes in length. This means that 1083 The zone type and zone key of an EDKEY are 32 + 4 bytes in length. This means that
1084 a zTLD will always fit into a single label and does 1084 a zTLD will always fit into a single label and does
1085 not need any further conversion. 1085 not need any further conversion.
1086 </t> 1086 </t>