gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [lsd0001] branch master updated: update hkdf


From: gnunet
Subject: [GNUnet-SVN] [lsd0001] branch master updated: update hkdf
Date: Wed, 11 Sep 2019 10:25: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 3cc23ba  update hkdf
3cc23ba is described below

commit 3cc23ba7fd10b71fe17e521bab004c0c59400bd1
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed Sep 11 10:23:39 2019 +0200

    update hkdf
---
 draft-schanzen-gns.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 834d2d8..514d257 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -305,9 +305,9 @@
         </t>
         <artwork name="" type="" align="left" alt=""><![CDATA[
           PRK_h := HKDF-Extract ("key-derivation", x*P)
-          h := HKDF-Expand (PRK_h, l | "gns", 512 / 8)
+          h := HKDF-Expand (PRK_h, label | "gns", 512 / 8)
           d := h*x mod p
-          PRK_kiv := HKDF-Extract (d*P, l)
+          PRK_kiv := HKDF-Extract (d*P, label)
           K := HKDF-Expand (PRK_kiv, "gns-aes-ctx-key", 512 / 8);
           IV := HKDF-Expand (PRK_kiv, "gns-aes-ctx-iv", 256 / 8)
           ]]></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]