gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: edx25519: KDF call


From: gnunet
Subject: [gnunet] branch master updated: edx25519: KDF call
Date: Tue, 19 Apr 2022 14:53:11 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 709e85100 edx25519: KDF call
709e85100 is described below

commit 709e851008f710475b29129c8e1eb8683207da86
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 19 14:53:07 2022 +0200

    edx25519: KDF call
---
 contrib/gana               | 2 +-
 src/util/crypto_edx25519.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 2dad91cfb..0958add54 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 2dad91cfb329ca2ef8e2ff60608881302972a044
+Subproject commit 0958add542378a6ca9c411e2dc19527834e9f645
diff --git a/src/util/crypto_edx25519.c b/src/util/crypto_edx25519.c
index 2a7f75030..2f6e12ead 100644
--- a/src/util/crypto_edx25519.c
+++ b/src/util/crypto_edx25519.c
@@ -225,9 +225,9 @@ derive_h (
   GNUNET_CRYPTO_kdf (/* output*/
                      phc, sizeof(*phc),
                      /* salt */
-                     pub, sizeof(*pub),
-                     /* ikm */
                      seed, seedsize,
+                     /* ikm */
+                     pub, sizeof(*pub),
                      /* ctx chunks*/
                      salt, strlen (salt),
                      NULL, 0);

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