aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/curve25519.h
diff options
context:
space:
mode:
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