aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/curve25519.h
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-08-31 14:09:51 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-01 13:08:52 +0200
commit9d7701c370f06be663f2a485507d388ab5194ca8 (patch)
treeaea0b55017b7a6003dbd042cdb113ec6fb5ab2e9 /libcmix-crypto/curve25519.h
parentd55e5c77d3cd2a1be150666e92e5b4f3b922f0fc (diff)
downloadcmix-9d7701c370f06be663f2a485507d388ab5194ca8.tar.gz
cmix-9d7701c370f06be663f2a485507d388ab5194ca8.tar.bz2
cmix-9d7701c370f06be663f2a485507d388ab5194ca8.zip
Added a CMake system to easily add and choose crypto implementations.
Diffstat (limited to 'libcmix-crypto/curve25519.h')
-rw-r--r--libcmix-crypto/curve25519.h15
1 files changed, 0 insertions, 15 deletions
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 <stdlib.h>
-
-extern struct KeyPair curve25519_create_keypair();
-
-#ifdef __cplusplus
-}
-#endif