gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0001] branch master updated: nits


From: gnunet
Subject: [lsd0001] branch master updated: nits
Date: Sun, 18 Oct 2020 11:06:21 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new 28f1e29  nits
28f1e29 is described below

commit 28f1e29b2a5ab3ba1a2549eba647c1cec07b0d33
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Oct 18 10:59:19 2020 +0200

    nits
---
 draft-schanzen-gns.xml | 6 +++---
 1 file 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 @@
 <?rfc sortrefs="yes" ?>
 <?rfc compact="yes" ?>
 <?rfc subcompact="no" ?>
-<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">
+<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">
  <!-- xml2rfc v2v3 conversion 2.26.0 -->
  <front>
   <title abbrev="The GNU Name System">
    The GNU Name System
   </title>
-  <seriesInfo name="Internet-Draft" value="draft-schanzen-gns-01"/>
+  <seriesInfo name="Internet-Draft" value="draft-schanzen-gns-02"/>
   <author fullname="Martin Schanzenbach" initials="M." surname="Schanzenbach">
    <organization>GNUnet e.V.</organization>
    <address>
@@ -687,7 +687,7 @@ a' = a2 * 8 /* 8 is the cofactor of Curve25519 */
 PRK_h := HKDF-Extract ("key-derivation", zk)
 h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
 h[31] &= 7  // Implies h mod L == h
-zk’ := h * zk
+zk' := h * zk
            ]]></artwork>
          <t>
            We note that implementors must employ a constant time scalar

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]