| Age | Commit message (Collapse) | Author |
|
Run script now takes a parameter tool to for instance "benchmark"
|
|
The downside no required fields anymore, but now that the protocol
works, should not be a problem.
The upside, more language support, and an option to increase memory
locality by the use of arena allocation in c++, enabled the option for
now need to rewrite some code to take advantage of.
|
|
Adds a minimum number of messages per mix.
Embeds the destination in the message.
Clients now send messages to themselves.
|
|
|
|
Changed some of the boilerplate so it's more conveniant to add types.
|
|
|
|
Postprocessing step
|
|
|
|
|
|
|
|
Also adapts the API to both handle sodium and gcrypt libraries.
|
|
|
|
|
|
One generic class has been introduced to handle all connection types.
Typedefs provide Sender Receiver and SenderReceiver types, which limit
the functionality of the types. As to not accidentally communicate with
the wrong node about things.
|
|
Clients now send their public key to each node and the node calculates
the shared secret. The node does not yet respond with it's public key.
To keep this commit smaller.
Nodes now disconnect from each other in a better way.
Getting the relevant crypto api is now done with a generic function.
What crypto algorithm and implemenation is beign used can be selected in
the cmake cache (use cmake-gui or ccmake)
Clients now connect correctly to multiple nodes.
|
|
|
|
Created a PrevNode class to reflect the seperation.
Made Client movable.
Added 2 empty protobuf message that declare what each connecting client
is, sent when connected to a node.
|
|
|
|
|