MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <atomic>
#include <memory>
#include <mutex>
#include <unordered_set>
#include <vector>
#include "utility/fiber_condition.h"
#include "utility/typedefs.h"
Go to the source code of this file.
Classes | |
class | encrypto::motion::Gate |
class | encrypto::motion::OneGate |
class | encrypto::motion::InputGate |
class | encrypto::motion::OutputGate |
class | encrypto::motion::TwoGate |
class | encrypto::motion::ThreeGate |
class | encrypto::motion::NInputGate |
Namespaces | |
encrypto | |
encrypto::motion | |
encrypto::motion::communication | |
Typedefs | |
using | encrypto::motion::OutputGatePointer = std::shared_ptr< OutputGate > |