MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <array>
#include <atomic>
#include <boost/container/vector.hpp>
#include <cstddef>
#include <memory>
#include <vector>
#include "utility/bit_vector.h"
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 } |