MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <atomic>
#include <cstddef>
#include <functional>
#include <memory>
#include <vector>
#include "fbs_headers/message_generated.h"
#include "transport.h"
Go to the source code of this file.
Classes | |
class | encrypto::motion::communication::CommunicationLayer |
Namespaces | |
encrypto | |
encrypto::motion | |
encrypto::motion::communication | |
Functions | |
std::vector< std::unique_ptr< CommunicationLayer > > | encrypto::motion::communication::MakeDummyCommunicationLayers (std::size_t number_of_parties) |
std::vector< std::unique_ptr< CommunicationLayer > > | encrypto::motion::communication::MakeLocalTcpCommunicationLayers (std::size_t number_of_parties, bool ipv6) |