From 25db9ff8a4cfb4b98aeeaae360e8c718b9c5e20c Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 27 Oct 2016 09:25:53 +0200 Subject: Adds libgcrypt implementation for elgamal in multiplicative group. Also adapts the API to both handle sodium and gcrypt libraries. --- libcmix-common/cmixprotofunctor.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcmix-common/cmixprotofunctor.hpp') diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp index 86caa75..bd69504 100644 --- a/libcmix-common/cmixprotofunctor.hpp +++ b/libcmix-common/cmixprotofunctor.hpp @@ -54,6 +54,11 @@ struct CMixProtoFunctor { * #MESSAGE_SETTER_DECL(SecretKey) */ MESSAGE_SETTER_DECL(SecretKey); + + /*! + * + */ + MESSAGE_SETTER_DECL(NodeReady); #undef MESSAGE_SETTER }; -- cgit v1.2.3-70-g09d2