aboutsummaryrefslogtreecommitdiff
path: root/CMakeModules/rsa_implementations.cmake
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 /CMakeModules/rsa_implementations.cmake
parent8507aec59b92e16ed6a05c92fea6ced5dba3f753 (diff)
downloadcmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.gz
cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.bz2
cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.zip
Replaced the RSA implementation with an Elgamal implementation.
Diffstat (limited to 'CMakeModules/rsa_implementations.cmake')
-rw-r--r--CMakeModules/rsa_implementations.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeModules/rsa_implementations.cmake b/CMakeModules/rsa_implementations.cmake
deleted file mode 100644
index 171058f..0000000
--- a/CMakeModules/rsa_implementations.cmake
+++ /dev/null
@@ -1,3 +0,0 @@
-include(implementations)
-
-DefineImplementations("rsa")