MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "protocols/gate.h"
#include "utility/bit_vector.h"
#include "utility/block.h"
#include "utility/reusable_future.h"
Go to the source code of this file.
Classes | |
class | encrypto::motion::BmrToBooleanGmwGate |
class | encrypto::motion::BooleanGmwToBmrGate |
class | encrypto::motion::ArithmeticGmwToBmrGate |
Namespaces | |
encrypto | |
encrypto::motion | |
encrypto::motion::proto | |
encrypto::motion::proto::bmr | |
encrypto::motion::proto::boolean_gmw | |
Typedefs | |
using | encrypto::motion::SharePointer = std::shared_ptr< Share > |