gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fixed typo in salt


From: gnunet
Subject: [gnunet] branch master updated: fixed typo in salt
Date: Thu, 21 Jul 2022 11:33:44 +0200

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

oec pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3e4b81055 fixed typo in salt
3e4b81055 is described below

commit 3e4b81055b8df52d44861a5e40c148213509d0e5
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Jul 21 11:33:18 2022 +0200

    fixed typo in salt
---
 src/util/crypto_edx25519.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/crypto_edx25519.c b/src/util/crypto_edx25519.c
index 775b64190..e43c1685b 100644
--- a/src/util/crypto_edx25519.c
+++ b/src/util/crypto_edx25519.c
@@ -220,7 +220,7 @@ derive_h (
   size_t seedsize,
   struct GNUNET_HashCode *phc)
 {
-  static const char *const salt = "edx2559-derivation";
+  static const char *const salt = "edx25519-derivation";
 
   GNUNET_CRYPTO_kdf (/* output*/
                      phc, sizeof(*phc),

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