MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Typedefs | Variables
encrypto::motion::proto::boolean_gmw Namespace Reference

Classes

class  AndGate
 
class  InputGate
 
class  InvGate
 
class  MuxGate
 
class  OutputGate
 
class  Share
 
class  Wire
 
class  XorGate
 

Typedefs

using SharePointer = std::shared_ptr< Share >
 
using WirePointer = std::shared_ptr< Wire >
 

Variables

constexpr std::size_t kAll = std::numeric_limits<std::int64_t>::max()
 

Typedef Documentation

◆ SharePointer

◆ WirePointer

using encrypto::motion::proto::boolean_gmw::WirePointer = typedef std::shared_ptr<Wire>

Variable Documentation

◆ kAll

constexpr std::size_t encrypto::motion::proto::boolean_gmw::kAll = std::numeric_limits<std::int64_t>::max()
constexpr