aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common
AgeCommit message (Expand)Author
2016-12-01Use the new protobuf arena allocator.Dennis Brentjes
2016-12-01Removed a large chunk of code duplication in the network code.Dennis Brentjes
2016-11-28Cleans up and documents the whole cmix protocol.Dennis Brentjes
2016-11-27Implements message delivery.Dennis Brentjes
2016-11-22Added pointer tracing, and fixes memeory leaks within a single run of cmix.Dennis Brentjes
2016-11-12Fixes decryption share calculation, adds lots of debugging statements.Dennis Brentjes
2016-11-07The client sends his first message.Dennis Brentjes
2016-11-04Consolidated all the crypto apis and implemented the Precomputation Postproce...Dennis Brentjes
2016-10-30Adds a start to the precomputation mix phase.Dennis Brentjes
2016-10-30Added the Preprocessing step for the Precomputation of CMix.Dennis Brentjes
2016-10-27Adds libgcrypt implementation for elgamal in multiplicative group.Dennis Brentjes
2016-10-21Adds SSL connections between nodes.Dennis Brentjes
2016-10-20Shared secret key is now distributed to the other nodes.Dennis Brentjes
2016-10-16Updates all the documentation.Dennis Brentjes
2016-10-13Second big network rewrite.Dennis Brentjes