diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-29 14:41:32 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-29 14:41:32 +0200 |
| commit | f7f0e8c53bc8231264346ef91e2f533164a25562 (patch) | |
| tree | c3ec176a2fc12bc0ee99f017d15c1f8be73bb921 /libcmix-crypto/rsa/rsa.c | |
| parent | 8507aec59b92e16ed6a05c92fea6ced5dba3f753 (diff) | |
| download | cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.gz cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.tar.bz2 cmix-f7f0e8c53bc8231264346ef91e2f533164a25562.zip | |
Replaced the RSA implementation with an Elgamal implementation.
Diffstat (limited to 'libcmix-crypto/rsa/rsa.c')
| -rw-r--r-- | libcmix-crypto/rsa/rsa.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libcmix-crypto/rsa/rsa.c b/libcmix-crypto/rsa/rsa.c deleted file mode 100644 index 61ade32..0000000 --- a/libcmix-crypto/rsa/rsa.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "rsa.h" - -struct Api get_rsa_implementation() -{ - return (struct Api) { - &rsa_create_keypair, - &rsa_keypair_deleter, - &rsa_derive_shared_key, - &rsa_shared_key_deleter - }; -} |
