Crypto: Add Curve25519 C code to project

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-10-24 11:36:20 +05:30
parent 834c9ae7ce
commit acfa77f3df
2 changed files with 27 additions and 0 deletions
@@ -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"