From 3e4b81055b8df52d44861a5e40c148213509d0e5 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 21 Jul 2022 11:33:18 +0200 Subject: fixed typo in salt --- src/util/crypto_edx25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') 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), -- cgit v1.2.3