MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
gate.h File Reference
#include <atomic>
#include <memory>
#include <mutex>
#include <unordered_set>
#include <vector>
#include "utility/fiber_condition.h"
#include "utility/typedefs.h"
Include dependency graph for gate.h:
This graph shows which files directly or indirectly include this file:

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 >