diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-31 14:09:51 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-01 13:08:52 +0200 |
| commit | 9d7701c370f06be663f2a485507d388ab5194ca8 (patch) | |
| tree | aea0b55017b7a6003dbd042cdb113ec6fb5ab2e9 /libcmix-crypto/curve25519.h | |
| parent | d55e5c77d3cd2a1be150666e92e5b4f3b922f0fc (diff) | |
| download | cmix-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.h | 15 |
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 |
