| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-15 | Reworks the protocol to be tag attack resistant. | Dennis Brentjes | |
| 2016-12-01 | Added the client side code for the statsd in the nodes. | Dennis Brentjes | |
| 2016-12-01 | Use the new protobuf arena allocator. | Dennis Brentjes | |
| Run script now takes a parameter tool to for instance "benchmark" | |||
| 2016-12-01 | Removed a large chunk of code duplication in the network code. | Dennis Brentjes | |
| 2016-11-28 | Cleans up and documents the whole cmix protocol. | Dennis Brentjes | |
| 2016-11-27 | Implements message delivery. | Dennis Brentjes | |
| Adds a minimum number of messages per mix. Embeds the destination in the message. Clients now send messages to themselves. | |||
| 2016-11-22 | Added pointer tracing, and fixes memeory leaks within a single run of cmix. | Dennis Brentjes | |
| 2016-11-12 | Fixes decryption share calculation, adds lots of debugging statements. | Dennis Brentjes | |
| 2016-11-07 | The client sends his first message. | Dennis Brentjes | |
| Changed some of the boilerplate so it's more conveniant to add types. | |||
| 2016-11-04 | Consolidated all the crypto apis and implemented the Precomputation ↵ | Dennis Brentjes | |
| Postprocessing step | |||
| 2016-10-30 | Adds a start to the precomputation mix phase. | Dennis Brentjes | |
| 2016-10-30 | Added the Preprocessing step for the Precomputation of CMix. | Dennis Brentjes | |
| 2016-10-27 | Adds libgcrypt implementation for elgamal in multiplicative group. | Dennis Brentjes | |
| Also adapts the API to both handle sodium and gcrypt libraries. | |||
| 2016-10-21 | Adds SSL connections between nodes. | Dennis Brentjes | |
| 2016-10-20 | Shared secret key is now distributed to the other nodes. | Dennis Brentjes | |
| 2016-10-16 | Updates all the documentation. | Dennis Brentjes | |
| Mainly covers the network rewrites. | |||
| 2016-10-13 | Second 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. | |||
