MOTION  0.01
Framework for mixed-protocol multi-party computation
Functions
benchmark_integers.cpp File Reference
#include "benchmark_integers.h"
#include "algorithm/algorithm_description.h"
#include "protocols/share_wrapper.h"
#include "secure_type/secure_unsigned_integer.h"
#include "statistics/analysis.h"
#include "statistics/run_time_statistics.h"
#include "utility/config.h"
Include dependency graph for benchmark_integers.cpp:

Functions

encrypto::motion::RunTimeStatistics EvaluateProtocol (encrypto::motion::PartyPointer &party, std::size_t number_of_simd, std::size_t bit_size, encrypto::motion::MpcProtocol protocol, encrypto::motion::IntegerOperationType operation_type)
 

Function Documentation

◆ EvaluateProtocol()

encrypto::motion::RunTimeStatistics EvaluateProtocol ( encrypto::motion::PartyPointer party,
std::size_t  number_of_simd,
std::size_t  bit_size,
encrypto::motion::MpcProtocol  protocol,
encrypto::motion::IntegerOperationType  operation_type 
)