MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
arithmetic_gmw_share.h File Reference
#include <fmt/format.h>
#include "arithmetic_gmw_wire.h"
#include "protocols/share.h"
Include dependency graph for arithmetic_gmw_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::arithmetic_gmw::Share< T, typename >
 

Namespaces

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

Typedefs

template<typename T , typename = std::enable_if_t<std::is_unsigned_v<T>>>
using encrypto::motion::proto::arithmetic_gmw::SharePointer = std::shared_ptr< Share< T > >