aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-07-21 11:33:18 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-07-21 11:33:18 +0200
commit3e4b81055b8df52d44861a5e40c148213509d0e5 (patch)
tree79852987244015b82c9efa015f43cfe9da94702a /src
parentab55856a85e5e3a1b4877c18a1b8691ac471a9f5 (diff)
downloadgnunet-3e4b81055b8df52d44861a5e40c148213509d0e5.tar.gz
gnunet-3e4b81055b8df52d44861a5e40c148213509d0e5.zip
fixed typo in salt
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_edx25519.c2
1 files changed, 1 insertions, 1 deletions
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 (
220 size_t seedsize, 220 size_t seedsize,
221 struct GNUNET_HashCode *phc) 221 struct GNUNET_HashCode *phc)
222{ 222{
223 static const char *const salt = "edx2559-derivation"; 223 static const char *const salt = "edx25519-derivation";
224 224
225 GNUNET_CRYPTO_kdf (/* output*/ 225 GNUNET_CRYPTO_kdf (/* output*/
226 phc, sizeof(*phc), 226 phc, sizeof(*phc),