MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
constant_share.h File Reference
#include "constant_wire.h"
#include "protocols/share.h"
Include dependency graph for constant_share.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::ConstantArithmeticShare< T, typename >
 
class  encrypto::motion::proto::ConstantBooleanShare
 

Namespaces

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

Typedefs

template<typename T , typename = std::enable_if_t<std::is_unsigned_v<T>>>
using encrypto::motion::proto::ConstantArithmeticSharePointer = std::shared_ptr< ConstantArithmeticShare< T > >
 
using encrypto::motion::proto::ConstantBooleanSharePointer = std::shared_ptr< ConstantBooleanShare >