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/rsa/rsa.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 libcmix-crypto/rsa/rsa.h (limited to 'libcmix-crypto/rsa/rsa.h') diff --git a/libcmix-crypto/rsa/rsa.h b/libcmix-crypto/rsa/rsa.h deleted file mode 100644 index f479a95..0000000 --- a/libcmix-crypto/rsa/rsa.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -#include "api.h" - -extern struct KeyPair rsa_create_keypair(); -extern void rsa_keypair_deleter(struct KeyPair p); - -extern struct SharedKey rsa_derive_shared_key(struct KeyPair pair, unsigned char* pub_key, bool swap_pub_order); -extern void rsa_shared_key_deleter(struct SharedKey s); - -struct Api get_rsa_implementation(); - -#ifdef __cplusplus -} -#endif -- cgit v1.2.3-70-g09d2