aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-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