From bc340979c19807c76baedc7da98778178b9bcc4a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 26 Nov 2019 18:26:54 +0100 Subject: use Curve25519 for ECDH and tweetnacl where we can This leads to some performance improvements and makes it easier to write software that interoperates with GNUnet / GNU Taler. It also avoids using the rather inconvenient libgcrypt APIs. We still need to keep libgcrypt though, as we need it for RSA, ECDSA and some other primitives. This change is still behind a #define NEW_CRYPTO, as it is a breaking change for both EdDSA (removing the superfluous additional hash) and for ECDHE (using Curve25519 instead of Ed25519). --- src/util/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index b89250711..fce064d0c 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -93,6 +93,7 @@ libgnunetutil_la_SOURCES = \ strings.c \ time.c \ tun.c \ + tweetnacl-gnunet.c \ speedup.c speedup.h \ proc_compat.c -- cgit v1.2.3