From 58ead6a9a4a2a81f067ad698366bd32841346058 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 4 Nov 2016 13:11:11 +0100 Subject: Consolidated all the crypto apis and implemented the Precomputation Postprocessing step --- libcmix-common/cmixprotofunctor.hpp | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'libcmix-common') diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp index 5fd736b..755894e 100644 --- a/libcmix-common/cmixprotofunctor.hpp +++ b/libcmix-common/cmixprotofunctor.hpp @@ -30,49 +30,54 @@ struct CMixProtoFunctor { } \ /*! - * #MESSAGE_SETTER_DECL(Initialization, initialization) + * #MESSAGE_SETTER_DEF(Initialization, initialization) */ MESSAGE_SETTER_DEF(Initialization, initialization) /*! - * #MESSAGE_SETTER_DECL(ImANode, imanode) + * #MESSAGE_SETTER_DEF(ImANode, imanode) */ MESSAGE_SETTER_DEF(ImANode, imanode) /*! - * #MESSAGE_SETTER_DECL(ImAClient, imaclient) + * #MESSAGE_SETTER_DEF(ImAClient, imaclient) */ MESSAGE_SETTER_DEF(ImAClient, imaclient) /*! - * #MESSAGE_SETTER_DECL(Bye, bye) + * #MESSAGE_SETTER_DEF(Bye, bye) */ MESSAGE_SETTER_DEF(Bye, bye) /*! - * #MESSAGE_SETTER_DECL(KeyExchange, keyexchange) + * #MESSAGE_SETTER_DEF(KeyExchange, keyexchange) */ MESSAGE_SETTER_DEF(KeyExchange, keyexchange) /*! - * #MESSAGE_SETTER_DECL(SecretKey, secretkey) + * #MESSAGE_SETTER_DEF(SecretKey, secretkey) */ MESSAGE_SETTER_DEF(SecretKey, secretkey) /*! - * #MESSAGE_SETTER_DECL(NodeReady, nodeready) + * #MESSAGE_SETTER_DEF(NodeReady, nodeready) */ MESSAGE_SETTER_DEF(NodeReady, nodeready) /*! - * #MESSAGE_SETTER_DECL(PrePre, prepre) + * #MESSAGE_SETTER_DEF(PrePre, prepre) */ MESSAGE_SETTER_DEF(PrePre, prepre) /*! - * #MESSAGE_SETTER_DECL(PreMix, premix) + * #MESSAGE_SETTER_DEF(PreMix, premix) */ MESSAGE_SETTER_DEF(PreMix, premix) + + /*! + * #MESSAGE_SETTER_DEF(PrePost, prepost) + */ + MESSAGE_SETTER_DEF(PrePost, prepost) #undef MESSAGE_SETTER_DEF }; -- cgit v1.2.3-70-g09d2