ECDH: Include Everest Curve25519 in build scripts
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index c82784e..d1cf26f 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -66,6 +66,16 @@
xtea.c
)
+set(src_everest
+ ../3rdparty/everest/library/everest.c
+ ../3rdparty/everest/library/Hacl_Curve25519.c
+ ../3rdparty/everest/library/x25519.c
+ ../3rdparty/everest/library/kremlib/fstar_uint128.c
+ ../3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c
+)
+
+set(src_crypto ${src_crypto} ${src_everest})
+
set(src_x509
certs.c
pkcs11.c