gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: IV minor


From: gnunet
Subject: [lsd0001] branch master updated: IV minor
Date: Tue, 01 Feb 2022 17:45:21 +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 a824f6a  IV minor
a824f6a is described below

commit a824f6ad28797d3de105af552f80b5ff34f1d626
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Feb 1 17:45:17 2022 +0100

    IV minor
---
 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 f785d8c..27f3688 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1239,8 +1239,8 @@ DATA := XSalsa20-Poly1305(K, IV, CIPHERTEXT)
            the record label and the zone key zk as follows:
          </t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
-PRK_k := HKDF-Extract ("gns-aes-ctx-key", zk)
-PRK_n := HKDF-Extract ("gns-aes-ctx-iv", zk)
+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)
 ]]></artwork>

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