aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Crypto/x25519.h
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/Crypto/x25519.h')
-rw-r--r--WireGuard/Crypto/x25519.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/WireGuard/Crypto/x25519.h b/WireGuard/Crypto/x25519.h
deleted file mode 100644
index 7d8440d..0000000
--- a/WireGuard/Crypto/x25519.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef X25519_H
-#define X25519_H
-
-void curve25519_derive_public_key(unsigned char public_key[32], const unsigned char private_key[32]);
-void curve25519_generate_private_key(unsigned char private_key[32]);
-
-#endif