aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuard-Bridging-Header.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-24 11:36:20 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitacfa77f3df54e7217bba61722a1842cf30ef0a5e (patch)
tree401ca04870df3136e68f98073026792ec442fe77 /WireGuard/WireGuard/WireGuard-Bridging-Header.h
parentCrypto: Add key generation functions (diff)
downloadwireguard-apple-acfa77f3df54e7217bba61722a1842cf30ef0a5e.tar.xz
wireguard-apple-acfa77f3df54e7217bba61722a1842cf30ef0a5e.zip
Crypto: Add Curve25519 C code to project
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/WireGuard-Bridging-Header.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/WireGuard-Bridging-Header.h b/WireGuard/WireGuard/WireGuard-Bridging-Header.h
new file mode 100644
index 0000000..893b5eb
--- /dev/null
+++ b/WireGuard/WireGuard/WireGuard-Bridging-Header.h
@@ -0,0 +1,5 @@
+//
+// Use this file to import your target's public headers that you would like to expose to Swift.
+//
+
+#include "x25519.h"