| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This makes the documentation easier to read.
|
|
|
|
|
|
Adds a minimum number of messages per mix.
Embeds the destination in the message.
Clients now send messages to themselves.
|
|
This is done as cleanly as possible to track down any memory leaks.
unfortunately there is still one async operation running on the nodes.
when there should be none. So the nodes are still forced to stop with a.
io_service.stop().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed some of the boilerplate so it's more conveniant to add types.
|
|
|
|
Postprocessing step
|
|
Moves the computations and cryptography to the the libcmix library
where we can group and memory manage the underlying crypto-library.
|
|
|
|
|
|
|
|
|
|
|