From 83c7247c0991b1988c2f505cf8449f4afa6b806d Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 26 Feb 2017 14:38:02 +0100 Subject: Adds an api function for elgamal --- libcmix-crypto/elgamal/elgamal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcmix-crypto/elgamal/elgamal.c') diff --git a/libcmix-crypto/elgamal/elgamal.c b/libcmix-crypto/elgamal/elgamal.c index d103230..607a155 100644 --- a/libcmix-crypto/elgamal/elgamal.c +++ b/libcmix-crypto/elgamal/elgamal.c @@ -11,6 +11,7 @@ struct Api get_elgamal_implementation() .free_buffer = elgamal_free_buffer, .array_to_element = elgamal_array_to_element, .message_to_element = elgamal_message_to_element, + .element_to_message = elgamal_element_to_message, .get_pub_key_hash = elgamal_get_pub_key_hash, .get_pub_key_hash_length = elgamal_get_pub_key_hash_length, .get_group_element = elgamal_get_group_element, -- cgit v1.2.3-70-g09d2