aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/cmixprotofunctor.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-20 12:43:29 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-20 12:43:29 +0200
commited83ebb3147ed2e261a709799e12d0eb43200bf3 (patch)
tree6a8c4f75de8e06e2e8254aec0ec0cba7a8eca4b8 /libcmix-common/cmixprotofunctor.hpp
parent6ecb3fc69ddafc4aeb18397555ac7e9cb2f7a4d9 (diff)
downloadcmix-ed83ebb3147ed2e261a709799e12d0eb43200bf3.tar.gz
cmix-ed83ebb3147ed2e261a709799e12d0eb43200bf3.tar.bz2
cmix-ed83ebb3147ed2e261a709799e12d0eb43200bf3.zip
Shared secret key is now distributed to the other nodes.
Diffstat (limited to 'libcmix-common/cmixprotofunctor.hpp')
-rw-r--r--libcmix-common/cmixprotofunctor.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp
index c3f6fe9..86caa75 100644
--- a/libcmix-common/cmixprotofunctor.hpp
+++ b/libcmix-common/cmixprotofunctor.hpp
@@ -49,6 +49,11 @@ struct CMixProtoFunctor {
* #MESSAGE_SETTER_DECL(KeyExchange)
*/
MESSAGE_SETTER_DECL(KeyExchange);
+
+ /*!
+ * #MESSAGE_SETTER_DECL(SecretKey)
+ */
+ MESSAGE_SETTER_DECL(SecretKey);
#undef MESSAGE_SETTER
};