MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <array>
#include <cstddef>
#include "data_storage/base_ot_data.h"
#include "utility/bit_vector.h"
#include "utility/constants.h"
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 > |