From 158bf81343054982800d44d507e8e50f2eeb6dd4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 27 Oct 2016 13:14:28 +0200 Subject: Added proper keyexchange for elgamal-gcrypt. --- libcmix-crypto/curve25519/curve25519.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcmix-crypto/curve25519/curve25519.c') diff --git a/libcmix-crypto/curve25519/curve25519.c b/libcmix-crypto/curve25519/curve25519.c index c4fae8d..0036808 100644 --- a/libcmix-crypto/curve25519/curve25519.c +++ b/libcmix-crypto/curve25519/curve25519.c @@ -9,6 +9,9 @@ struct Api get_curve25519_implementation() &curve25519_create_keypair, &curve25519_keypair_deleter, &curve25519_get_key_array, + NULL, + NULL, + NULL, &curve25519_add_public_share, &curve25519_derive_shared_key, &curve25519_shared_key_deleter, -- cgit v1.2.3-70-g09d2