aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/rsa/null
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-29 14:41:32 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-29 14:41:32 +0200
commitf7f0e8c53bc8231264346ef91e2f533164a25562 (patch)
treec3ec176a2fc12bc0ee99f017d15c1f8be73bb921 /libcmix-crypto/rsa/null
parent8507aec59b92e16ed6a05c92fea6ced5dba3f753 (diff)
downloadcmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.gz
cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.bz2
cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.zip
Replaced the RSA implementation with an Elgamal implementation.
Diffstat (limited to 'libcmix-crypto/rsa/null')
-rw-r--r--libcmix-crypto/rsa/null/CMakeLists.txt16
-rw-r--r--libcmix-crypto/rsa/null/null_rsa.c0
2 files changed, 0 insertions, 16 deletions
diff --git a/libcmix-crypto/rsa/null/CMakeLists.txt b/libcmix-crypto/rsa/null/CMakeLists.txt
deleted file mode 100644
index 50977fb..0000000
--- a/libcmix-crypto/rsa/null/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-include(get_target_name)
-
-get_target_name(target_name)
-
-add_library(${target_name} SHARED
- null_rsa.c
-)
-
-target_compile_options(${target_name}
- PRIVATE -std=c99
-)
-
-target_link_libraries(${target_name}
- INTERFACE cmix-crypto
- PRIVATE rsa-interface
-)
diff --git a/libcmix-crypto/rsa/null/null_rsa.c b/libcmix-crypto/rsa/null/null_rsa.c
deleted file mode 100644
index e69de29..0000000
--- a/libcmix-crypto/rsa/null/null_rsa.c
+++ /dev/null