From d55e5c77d3cd2a1be150666e92e5b4f3b922f0fc Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 31 Aug 2016 12:48:49 +0200 Subject: Restructered libcmix-crypto, hiding implementation specifics. --- libcmix-crypto/curve25519.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libcmix-crypto/curve25519.h') diff --git a/libcmix-crypto/curve25519.h b/libcmix-crypto/curve25519.h index 2c8b1e3..319e693 100644 --- a/libcmix-crypto/curve25519.h +++ b/libcmix-crypto/curve25519.h @@ -4,10 +4,9 @@ extern "C" { #endif -struct KeyPair { - char* sec; - char* pub; -}; +#include "keypair.h" + +#include extern struct KeyPair curve25519_create_keypair(); -- cgit v1.2.3-70-g09d2