diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-04 13:11:11 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-04 13:11:11 +0100 |
| commit | 58ead6a9a4a2a81f067ad698366bd32841346058 (patch) | |
| tree | 72398158aa8a077b48a9116dbbff629d340208af /libcmix-common/cmixprotofunctor.hpp | |
| parent | 837d8336fb5323ff797cbcbce17a05a3838e051f (diff) | |
| download | cmix-58ead6a9a4a2a81f067ad698366bd32841346058.tar.gz cmix-58ead6a9a4a2a81f067ad698366bd32841346058.tar.bz2 cmix-58ead6a9a4a2a81f067ad698366bd32841346058.zip | |
Consolidated all the crypto apis and implemented the Precomputation Postprocessing step
Diffstat (limited to 'libcmix-common/cmixprotofunctor.hpp')
| -rw-r--r-- | libcmix-common/cmixprotofunctor.hpp | 23 |
1 files changed, 14 insertions, 9 deletions
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 }; |
