From f8a927984a56e75718bfc273b61693442c9ce649 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 28 Nov 2016 13:07:37 +0100 Subject: Removed the Bignum abstraction library, as it was not needed. --- libcmix/cmix.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libcmix/cmix.h') diff --git a/libcmix/cmix.h b/libcmix/cmix.h index c3eeb3a..0b2a42a 100644 --- a/libcmix/cmix.h +++ b/libcmix/cmix.h @@ -7,7 +7,6 @@ extern "C" { #include "api.h" #include "keypair.h" #include "groupelement.h" -#include "bignum.h" /*! * \file @@ -35,15 +34,7 @@ enum cmix_error { }; /*! - * \brief calculate_shared_key_part Calculates (partly) the shared key which is needed by all the nodes. - * \param result Storage for the result - * \param partial_shared The shared key so far. - * \param my_share My part to add to the key. - * \param mod The modulus of the group we are in. - * \return An error_code. */ -enum cmix_error calculate_shared_key_part(struct Bignum* result, struct Bignum partial_shared, struct Bignum my_share, struct Bignum mod); - struct CMixContext { struct Api api; struct KeyPair keypair; -- cgit v1.2.3-70-g09d2