aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-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),