From 9d7701c370f06be663f2a485507d388ab5194ca8 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 31 Aug 2016 14:09:51 +0200 Subject: Added a CMake system to easily add and choose crypto implementations. --- libcmix-crypto/curve25519.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libcmix-crypto/curve25519.h (limited to 'libcmix-crypto/curve25519.h') diff --git a/libcmix-crypto/curve25519.h b/libcmix-crypto/curve25519.h deleted file mode 100644 index 319e693..0000000 --- a/libcmix-crypto/curve25519.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -#include "keypair.h" - -#include - -extern struct KeyPair curve25519_create_keypair(); - -#ifdef __cplusplus -} -#endif -- cgit v1.2.3-70-g09d2