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-protobuf/cmix.proto | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index b57c86f..3be8b71 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -24,6 +24,10 @@ message KeyExchange { required bytes public_key = 1; } +message NodeReady { + +} + message CMixMessage { oneof contents { Initialization initialization = 1; @@ -32,5 +36,6 @@ message CMixMessage { ImAClient imaclient = 4; Bye bye = 5; KeyExchange keyexchange = 6; + NodeReady nodeready = 7; } } -- cgit v1.2.3-70-g09d2