MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
constant_gate.h File Reference
#include "constant_wire.h"
#include "base/register.h"
#include "communication/communication_layer.h"
#include "protocols/arithmetic_gmw/arithmetic_gmw_share.h"
#include "protocols/arithmetic_gmw/arithmetic_gmw_wire.h"
#include "protocols/gate.h"
#include "utility/bit_vector.h"
#include "utility/constants.h"
#include "utility/logger.h"
Include dependency graph for constant_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::proto::ConstantBooleanInputGate
 
class  encrypto::motion::proto::ConstantArithmeticInputGate< T >
 
class  encrypto::motion::proto::ConstantArithmeticAdditionGate< T, typename >
 
class  encrypto::motion::proto::ConstantArithmeticMultiplicationGate< T, typename >
 

Namespaces

 encrypto
 
 encrypto::motion
 
 encrypto::motion::proto
 

Typedefs

using encrypto::motion::proto::SharePointer = std::shared_ptr< Share >