aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/senderreceiver.cpp
AgeCommit message (Collapse)Author
2016-11-12Fixes decryption share calculation, adds lots of debugging statements.Dennis Brentjes
2016-10-21Adds SSL connections between nodes.Dennis Brentjes
2016-10-13Second big network rewrite.Dennis Brentjes
This time without the ugly SFINAE hack to restrict sending and receiving on Senders and Receivers respectively. Replaced this hack with private inheritance and using declerations. Also renamed receive to async_receive to better reflect the behaviour.