MOTION  0.01
Framework for mixed-protocol multi-party computation
Protected Member Functions | Protected Attributes | List of all members
encrypto::motion::InputGate Class Reference

#include <gate.h>

Inheritance diagram for encrypto::motion::InputGate:
Inheritance graph
[legend]
Collaboration diagram for encrypto::motion::InputGate:
Collaboration graph
[legend]

Protected Member Functions

 ~InputGate () override=default
 
 InputGate (Backend &backend)
 
 InputGate (InputGate &)=delete
 
- Protected Member Functions inherited from encrypto::motion::OneGate
 OneGate (Backend &backend)
 
- Protected Member Functions inherited from encrypto::motion::Gate
 Gate (Backend &backend)
 
RegisterGetRegister ()
 
ConfigurationGetConfiguration ()
 
LoggerGetLogger ()
 
BaseProviderGetBaseProvider ()
 
MtProviderGetMtProvider ()
 
SpProviderGetSpProvider ()
 
SbProviderGetSbProvider ()
 
communication::CommunicationLayerGetCommunicationLayer ()
 
OtProviderGetOtProvider (const std::size_t i)
 

Protected Attributes

std::int64_t input_owner_id_ = -1
 
- Protected Attributes inherited from encrypto::motion::OneGate
std::vector< WirePointerparent_
 
- Protected Attributes inherited from encrypto::motion::Gate
std::vector< WirePointeroutput_wires_
 
Backendbackend_
 
std::int64_t gate_id_ = -1
 
std::unordered_set< std::size_t > wire_dependencies_
 
GateType gate_type_ = GateType::kInvalid
 
std::atomic< bool > setup_is_ready_ = false
 
std::atomic< bool > online_is_ready_ = false
 
std::atomic< bool > requires_online_interaction_ = false
 
std::atomic< bool > added_to_active_queue_ = false
 
FiberCondition setup_is_ready_condition_
 
FiberCondition online_is_ready_condition_
 
std::atomic< std::size_t > number_of_ready_dependencies_ = 0
 
bool own_output_wires_ {true}
 

Additional Inherited Members

- Public Member Functions inherited from encrypto::motion::OneGate
 ~OneGate () override=default
 
 OneGate (OneGate &)=delete
 
- Public Member Functions inherited from encrypto::motion::Gate
virtual ~Gate ()=default
 
virtual void EvaluateSetup ()=0
 
virtual void EvaluateOnline ()=0
 
const std::vector< WirePointer > & GetOutputWires () const
 
void Clear ()
 
void RegisterWaitingFor (std::size_t wire_id)
 
void SignalDependencyIsReady ()
 
bool AreDependenciesReady ()
 
void SetSetupIsReady ()
 
void SetOnlineIsReady ()
 
void WaitSetup () const
 
void WaitOnline () const
 
bool SetupIsReady () const
 
std::int64_t GetId () const
 
 Gate (Gate &)=delete
 

Constructor & Destructor Documentation

◆ ~InputGate()

encrypto::motion::InputGate::~InputGate ( )
overrideprotecteddefault

◆ InputGate() [1/2]

encrypto::motion::InputGate::InputGate ( Backend backend)
inlineprotected

◆ InputGate() [2/2]

encrypto::motion::InputGate::InputGate ( InputGate )
protecteddelete

Member Data Documentation

◆ input_owner_id_

std::int64_t encrypto::motion::InputGate::input_owner_id_ = -1
protected

The documentation for this class was generated from the following file: