MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "aes128.h"
#include "algorithm/algorithm_description.h"
#include "protocols/bmr/bmr_wire.h"
#include "protocols/boolean_gmw/boolean_gmw_wire.h"
#include "protocols/share_wrapper.h"
#include "statistics/analysis.h"
#include "statistics/run_time_statistics.h"
#include "utility/config.h"
Functions | |
static void | check_correctness (encrypto::motion::ShareWrapper output) |
encrypto::motion::RunTimeStatistics | EvaluateProtocol (encrypto::motion::PartyPointer &party, std::size_t number_of_simd, encrypto::motion::MpcProtocol protocol, bool check) |
|
static |
encrypto::motion::RunTimeStatistics EvaluateProtocol | ( | encrypto::motion::PartyPointer & | party, |
std::size_t | number_of_simd, | ||
encrypto::motion::MpcProtocol | protocol, | ||
bool | check | ||
) |