gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [lsd0001] branch master updated: fix label


From: gnunet
Subject: [GNUnet-SVN] [lsd0001] branch master updated: fix label
Date: Thu, 03 Oct 2019 18:38:23 +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 be0284a  fix label
be0284a is described below

commit be0284aa5a35cde54031dc7b24d703e02d7438eb
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Oct 3 18:36:13 2019 +0200

    fix label
---
 draft-schanzen-gns.html | 8 +++++++-
 draft-schanzen-gns.xml  | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
index cb9267c..7bf07e8 100644
--- a/draft-schanzen-gns.html
+++ b/draft-schanzen-gns.html
@@ -1718,8 +1718,14 @@ async function addMetadata(){try{const 
e=document.styleSheets[0].cssRules;for(le
 <p id="section-10-1"><a href="#section-10-1" class="pilcrow">ΒΆ</a></p>
 <div class="artwork art-text alignLeft" id="section-10-2">
 <pre>
-      SEED := 0f388abc49f99b8675555ad33c3b586a9e06f0f60f6caadeee6fd12226ac2474
       label := "home"
+
+      SEED :=
+      0f388abc49f99b86
+      75555ad33c3b586a
+      9e06f0f60f6caade
+      ee6fd12226ac2474
+
       D(private_scalar) :=
       7450f71def6411e0
       ab0e6a1dfd1d9ccd
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 624d210..d641f58 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -444,8 +444,8 @@
       <artwork name="" type="" align="left" alt=""><![CDATA[
         PRK_k := HKDF-Extract ("gns-aes-ctx-key", zk)
         PRK_iv := HKDF-Extract ("gns-aes-ctx-iv", zk)
-        K := HKDF-Expand (PRK_k, l, 512 / 8);
-        IV := HKDF-Expand (PRK_iv, l, 256 / 8)
+        K := HKDF-Expand (PRK_k, label, 512 / 8);
+        IV := HKDF-Expand (PRK_iv, label, 256 / 8)
         ]]></artwork>
       <t>
         We use a hash-based key derivation function (HKDF) as defined in

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



reply via email to

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