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 --- node/node.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index 6587556..a143359 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -83,6 +83,7 @@ class Node void handle_node_secretkey(cmix_proto::SecretKey const& secret); void handle_node_prepre(cmix_proto::PrePre const& prepre); void handle_node_premix(cmix_proto::PreMix const& premix); + void handle_node_prepost(cmix_proto::PrePost const& prepost); void handle_node_message(cmix_proto::CMixMessage message); void handle_client_keyexchange(ClientConnections::key_type handle, cmix_proto::KeyExchange ke); -- cgit v1.2.3-70-g09d2