aboutsummaryrefslogtreecommitdiff
path: root/src/lib/util/crypto_elligator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/crypto_elligator.c')
-rw-r--r--src/lib/util/crypto_elligator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/crypto_elligator.c b/src/lib/util/crypto_elligator.c
index 5ceebedbe..b46d30d6f 100644
--- a/src/lib/util/crypto_elligator.c
+++ b/src/lib/util/crypto_elligator.c
@@ -651,4 +651,4 @@ GNUNET_CRYPTO_eddsa_elligator_kem_decaps (const struct
651 struct GNUNET_CRYPTO_EcdhePublicKey pub; 651 struct GNUNET_CRYPTO_EcdhePublicKey pub;
652 GNUNET_CRYPTO_ecdhe_elligator_decoding (&pub, NULL, r); 652 GNUNET_CRYPTO_ecdhe_elligator_decoding (&pub, NULL, r);
653 return GNUNET_CRYPTO_eddsa_ecdh (priv, &pub, key_material); 653 return GNUNET_CRYPTO_eddsa_ecdh (priv, &pub, key_material);
654} \ No newline at end of file 654}