MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#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"
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) |
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 | ||
) |