From f7f0e8c53bc8231264346ef91e2f533164a25562 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 29 Sep 2016 14:41:32 +0200 Subject: Replaced the RSA implementation with an Elgamal implementation. --- libcmix-crypto/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcmix-crypto/CMakeLists.txt') diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt index e73ed38..dea1196 100644 --- a/libcmix-crypto/CMakeLists.txt +++ b/libcmix-crypto/CMakeLists.txt @@ -19,8 +19,8 @@ target_sources(cmix-crypto-interface include(curve25519_implementations) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/curve25519/) -include(rsa_implementations) -add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/rsa) +include(elgamal_implementations) +add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/elgamal) add_library(cmix-crypto INTERFACE) @@ -36,5 +36,5 @@ option(UseEC "Use curve25519 instead of RSA" ON) target_link_libraries(cmix-crypto INTERFACE curve25519-implementation - INTERFACE rsa-implementation + INTERFACE elgamal-implementation ) -- cgit v1.2.3-70-g09d2