gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: fix nonce length


From: gnunet
Subject: [lsd0001] branch master updated: fix nonce length
Date: Tue, 01 Feb 2022 17:50:02 +0100

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 22ddcee  fix nonce length
22ddcee is described below

commit 22ddcee6eb5383f99480a84d1eec8aa580d90425
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Feb 1 17:49:58 2022 +0100

    fix nonce length
---
 draft-schanzen-gns.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 27f3688..7ca0f5e 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1242,7 +1242,7 @@ DATA := XSalsa20-Poly1305(K, IV, CIPHERTEXT)
 PRK_k := HKDF-Extract ("gns-xsalsa-ctx-key", zk)
 PRK_n := HKDF-Extract ("gns-xsalsa-ctx-iv", zk)
 K := HKDF-Expand (PRK_k, label, 256 / 8);
-NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
+NONCE := HKDF-Expand (PRK_n, label, 128 / 8)
 ]]></artwork>
          <t>
            HKDF is a hash-based key derivation function as defined in

-- 
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]