MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Enumerations
base_ot_data.h File Reference
#include <array>
#include <atomic>
#include <boost/container/vector.hpp>
#include <cstddef>
#include <memory>
#include <vector>
#include "utility/bit_vector.h"
Include dependency graph for base_ot_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  encrypto::motion::BaseOtReceiverData
 
struct  encrypto::motion::BaseOtSenderData
 
struct  encrypto::motion::BaseOtData
 

Namespaces

 encrypto
 
 encrypto::motion
 

Enumerations

enum  encrypto::motion::BaseOtDataType : unsigned int { encrypto::motion::kHL17R = 0, encrypto::motion::kHL17S = 1, encrypto::motion::kBaseOtInvalidDataType = 2 }