diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-16 19:55:11 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-16 19:55:11 +0100 |
| commit | 6ae607cc84b671810fca9c24b1c131ca12d922e7 (patch) | |
| tree | e078e5e30cf2f979a1dbd0baefd18a9f58191f07 /libcmix-network | |
| parent | f93d52bbd0053574fb35d72b85c4b299dc1f3ee5 (diff) | |
| download | cmix-6ae607cc84b671810fca9c24b1c131ca12d922e7.tar.gz cmix-6ae607cc84b671810fca9c24b1c131ca12d922e7.tar.bz2 cmix-6ae607cc84b671810fca9c24b1c131ca12d922e7.zip | |
Working implementation of elgamal in 2048 bit multiplicative group.
Diffstat (limited to 'libcmix-network')
| -rw-r--r-- | libcmix-network/client.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcmix-network/client.hpp b/libcmix-network/client.hpp index df8c0c4..c583628 100644 --- a/libcmix-network/client.hpp +++ b/libcmix-network/client.hpp @@ -174,7 +174,6 @@ public: * \param message_handler The function to call when a message has been received. */ void async_receive(MessageHandler message_handler) { - BOOST_LOG_TRIVIAL(trace) << socket.get(); using namespace boost::asio::placeholders; boost::asio::async_read( |
