MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <bmr_gate.h>
Public Member Functions | |
InvGate (const motion::SharePointer &parent) | |
~InvGate () final=default | |
void | EvaluateSetup () final override |
void | EvaluateOnline () final override |
const bmr::SharePointer | GetOutputAsBmrShare () const |
const motion::SharePointer | GetOutputAsShare () const |
InvGate ()=delete | |
InvGate (const Gate &)=delete | |
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 |
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 | |
encrypto::motion::proto::bmr::InvGate::InvGate | ( | const motion::SharePointer & | parent | ) |
|
finaldefault |
|
delete |
|
delete |
|
finaloverridevirtual |
|
finaloverridevirtual |
const bmr::SharePointer encrypto::motion::proto::bmr::InvGate::GetOutputAsBmrShare | ( | ) | const |
const motion::SharePointer encrypto::motion::proto::bmr::InvGate::GetOutputAsShare | ( | ) | const |