MOTION  0.01
Framework for mixed-protocol multi-party computation
Namespaces | Functions
party.cpp File Reference
#include "party.h"
#include "base/backend.h"
#include "base/configuration.h"
#include "base/register.h"
#include "communication/communication_layer.h"
#include "oblivious_transfer/ot_provider.h"
#include "utility/logger.h"
Include dependency graph for party.cpp:

Namespaces

 encrypto
 
 encrypto::motion
 

Functions

std::vector< std::unique_ptr< Party > > encrypto::motion::MakeLocallyConnectedParties (const std::size_t number_of_parties, std::uint16_t port, const bool logging=false)
 constructs number_of_parties motion::Party's locally connected via TCP. More...