gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [lsd0001] branch master updated (8fe319d -> edb4c89)


From: gnunet
Subject: [GNUnet-SVN] [lsd0001] branch master updated (8fe319d -> edb4c89)
Date: Fri, 04 Oct 2019 20:29:30 +0200

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

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

    from 8fe319d  one h only
     new 2280a87  mod L
     new 2ababa4  Merge branch 'master' of ssh://gnunet.org/lsd0001
     new edb4c89  update files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 draft-schanzen-gns.html | 8 ++++----
 draft-schanzen-gns.txt  | 6 +++---
 draft-schanzen-gns.xml  | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
index d58f7b4..ac33f4b 100644
--- a/draft-schanzen-gns.html
+++ b/draft-schanzen-gns.html
@@ -1006,7 +1006,7 @@ async function addMetadata(){try{const 
e=document.styleSheets[0].cssRules;for(le
 <div class="org">GNUnet e.V.</div>
 </div>
 <div class="author">
-      <div class="author-name">C. Grothoff</div>
+      <div class="author-name">C. Grothhoff</div>
 <div class="org">Berner Fachhochschule</div>
 </div>
 <div class="author">
@@ -1213,7 +1213,7 @@ async function addMetadata(){try{const 
e=document.styleSheets[0].cssRules;for(le
 </dd>
         <dt id="section-2-2.7">L</dt>
         <dd id="section-2-2.8">
-         is the order of edwards25519 in <span>[<a href="#RFC7748" 
class="xref">RFC7748</a>]</span>.<a href="#section-2-2.8" class="pilcrow">¶</a>
+         is the prime-order subgroup of edwards25519 in <span>[<a 
href="#RFC7748" class="xref">RFC7748</a>]</span>.<a href="#section-2-2.8" 
class="pilcrow">¶</a>
 </dd>
         <dt id="section-2-2.9">zk</dt>
         <dd id="section-2-2.10">
@@ -1519,8 +1519,8 @@ async function addMetadata(){try{const 
e=document.styleSheets[0].cssRules;for(le
 <pre>
          PRK_h := HKDF-Extract ("key-derivation", zk)
          h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
-         d_h := h*d mod p
-         zk_h := h*zk mod p
+         d_h := h*d mod L
+         zk_h := h*zk mod L
          q := SHA512 (zk_h)
          </pre><a href="#section-4.1-1" class="pilcrow">¶</a>
 </div>
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
index ec982fc..36cb973 100644
--- a/draft-schanzen-gns.txt
+++ b/draft-schanzen-gns.txt
@@ -149,7 +149,7 @@ Internet-Draft             The GNU Name System              
   July 2019
    B  is the group generator (X(P),Y(P)) of edwards25519 as defined in
       [RFC7748].
 
-   L  is the order of edwards25519 in [RFC7748].
+   L  is the prime-order subgroup of edwards25519 in [RFC7748].
 
    zk  is the ECDSA public key corresponding to d.  It is defined in
       [RFC6979] as the curve point d*B where B is the group generator of
@@ -407,8 +407,8 @@ Internet-Draft             The GNU Name System              
   July 2019
 
             PRK_h := HKDF-Extract ("key-derivation", zk)
             h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
-            d_h := h*d mod p
-            zk_h := h*zk mod p
+            d_h := h*d mod L
+            zk_h := h*zk mod L
             q := SHA512 (zk_h)
 
    We use a hash-based key derivation function (HKDF) as defined in
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index d4e65e1..deba82e 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -141,7 +141,7 @@
        </dd>
        <dt>L</dt>
        <dd>
-         is the order of edwards25519 in <xref target="RFC7748" />.
+         is the prime-order subgroup of edwards25519 in <xref target="RFC7748" 
/>.
        </dd>
        <dt>zk</dt>
        <dd>
@@ -410,8 +410,8 @@
        <artwork name="" type="" align="left" alt=""><![CDATA[
          PRK_h := HKDF-Extract ("key-derivation", zk)
          h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
-         d_h := h*d mod p
-         zk_h := h*zk mod p
+         d_h := h*d mod L
+         zk_h := h*zk mod L
          q := SHA512 (zk_h)
          ]]></artwork>
        <t>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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