aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-18 10:59:19 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-18 10:59:19 +0200
commit28f1e29b2a5ab3ba1a2549eba647c1cec07b0d33 (patch)
treea3cb24d3c7e3d829287645567d3c9710963f0a2d
parent5b2fbcce65d0e0390083af0b3c65c274c6fb0047 (diff)
downloadlsd0001-28f1e29b2a5ab3ba1a2549eba647c1cec07b0d33.tar.gz
lsd0001-28f1e29b2a5ab3ba1a2549eba647c1cec07b0d33.zip
nits
-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 393b611..9303458 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -26,13 +26,13 @@
26<?rfc sortrefs="yes" ?> 26<?rfc sortrefs="yes" ?>
27<?rfc compact="yes" ?> 27<?rfc compact="yes" ?>
28<?rfc subcompact="no" ?> 28<?rfc subcompact="no" ?>
29<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="info" docName="draft-schanzen-gns-01" ipr="trust200902" obsoletes="" updates="" submissionType="IETF" xml:lang="en" version="3"> 29<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="info" docName="draft-schanzen-gns-02" ipr="trust200902" obsoletes="" updates="" submissionType="IETF" xml:lang="en" version="3">
30 <!-- xml2rfc v2v3 conversion 2.26.0 --> 30 <!-- xml2rfc v2v3 conversion 2.26.0 -->
31 <front> 31 <front>
32 <title abbrev="The GNU Name System"> 32 <title abbrev="The GNU Name System">
33 The GNU Name System 33 The GNU Name System
34 </title> 34 </title>
35 <seriesInfo name="Internet-Draft" value="draft-schanzen-gns-01"/> 35 <seriesInfo name="Internet-Draft" value="draft-schanzen-gns-02"/>
36 <author fullname="Martin Schanzenbach" initials="M." surname="Schanzenbach"> 36 <author fullname="Martin Schanzenbach" initials="M." surname="Schanzenbach">
37 <organization>GNUnet e.V.</organization> 37 <organization>GNUnet e.V.</organization>
38 <address> 38 <address>
@@ -687,7 +687,7 @@ a' = a2 * 8 /* 8 is the cofactor of Curve25519 */
687PRK_h := HKDF-Extract ("key-derivation", zk) 687PRK_h := HKDF-Extract ("key-derivation", zk)
688h := HKDF-Expand (PRK_h, label | "gns", 512 / 8) 688h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
689h[31] &= 7 // Implies h mod L == h 689h[31] &= 7 // Implies h mod L == h
690zk := h * zk 690zk' := h * zk
691 ]]></artwork> 691 ]]></artwork>
692 <t> 692 <t>
693 We note that implementors must employ a constant time scalar 693 We note that implementors must employ a constant time scalar