MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Typedefs
base_ot_provider.h File Reference
#include <array>
#include <cstddef>
#include "data_storage/base_ot_data.h"
#include "utility/bit_vector.h"
#include "utility/constants.h"
Include dependency graph for base_ot_provider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  encrypto::motion::SenderMessage
 
struct  encrypto::motion::ReceiverMessage
 
class  encrypto::motion::BaseOtProvider
 

Namespaces

 encrypto
 
 encrypto::motion
 
 encrypto::motion::communication
 

Typedefs

using encrypto::motion::BaseOtMessages = std::array< std::array< std::byte, 16 >, kKappa >