From f77ce5a0226014c811a46d8ab1ba8c9164768ed3 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 8 Sep 2016 14:10:48 +0200 Subject: Added null-rsa implementation. --- libcmix-crypto/rsa/rsa.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libcmix-crypto/rsa/rsa.c (limited to 'libcmix-crypto/rsa/rsa.c') diff --git a/libcmix-crypto/rsa/rsa.c b/libcmix-crypto/rsa/rsa.c new file mode 100644 index 0000000..61ade32 --- /dev/null +++ b/libcmix-crypto/rsa/rsa.c @@ -0,0 +1,11 @@ +#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 + }; +} -- cgit v1.2.3-70-g09d2