MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Functions
communication_layer.h File Reference
#include <atomic>
#include <cstddef>
#include <functional>
#include <memory>
#include <vector>
#include "fbs_headers/message_generated.h"
#include "transport.h"
Include dependency graph for communication_layer.h:
This graph shows which files directly or indirectly include this file:

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)