gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [lsd0001] branch master updated: minor math fix --bfix


From: gnunet
Subject: [GNUnet-SVN] [lsd0001] branch master updated: minor math fix --bfix
Date: Sun, 06 Oct 2019 17:35:31 +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 13817cb  minor math fix --bfix
13817cb is described below

commit 13817cb561c7363cd75aa47c2a9c376b2c0c4183
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Oct 6 17:33:20 2019 +0200

    minor math fix --bfix
---
 draft-schanzen-gns.html | 2 +-
 draft-schanzen-gns.txt  | 2 +-
 draft-schanzen-gns.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
index 65027bf..4122c2b 100644
--- a/draft-schanzen-gns.html
+++ b/draft-schanzen-gns.html
@@ -1573,7 +1573,7 @@ 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 mod L * d
+         d_h := h * d mod L
          zk_h := h mod L * zk
          q := SHA512 (zk_h)
          </pre><a href="#section-4.1-2" class="pilcrow">ΒΆ</a>
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
index 31f9e2f..4195b59 100644
--- a/draft-schanzen-gns.txt
+++ b/draft-schanzen-gns.txt
@@ -439,7 +439,7 @@ 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 mod L * d
+            d_h := h * d mod L
             zk_h := h mod L * zk
             q := SHA512 (zk_h)
 
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 60e79b3..790f9db 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -444,7 +444,7 @@
        <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 mod L * d
+         d_h := h * d mod L
          zk_h := h mod L * zk
          q := SHA512 (zk_h)
          ]]></artwork>

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



reply via email to

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