From 9531b6bea9fb29074c588a4e4e8838f6d9335a2b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 1 Nov 2016 17:40:17 +0100 Subject: Moves cmix calculation stuff outisde of the node class. Moves the computations and cryptography to the the libcmix library where we can group and memory manage the underlying crypto-library. --- libcmix-crypto/elgamal/elgamal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcmix-crypto/elgamal/elgamal.h') diff --git a/libcmix-crypto/elgamal/elgamal.h b/libcmix-crypto/elgamal/elgamal.h index 71046c5..43ddca0 100644 --- a/libcmix-crypto/elgamal/elgamal.h +++ b/libcmix-crypto/elgamal/elgamal.h @@ -30,6 +30,8 @@ extern KeyExchangeValueGetter elgamal_get_key_exchange_value; extern GroupElementMultiplier elgamal_multiply; +extern GroupElementArraySizeGetter elgamal_get_group_element_array_size; + extern PublicShareAdder elgamal_add_public_share; extern SharedKeyDeriver elgamal_derive_shared_key; -- cgit v1.2.3-70-g09d2