|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <cstddef>#include <memory>#include <unordered_map>#include <utility>#include "utility/bit_vector.h"#include "utility/block.h"#include "utility/reusable_future.h"

Go to the source code of this file.
Classes | |
| struct | encrypto::motion::proto::bmr::Data |
Namespaces | |
| encrypto | |
| encrypto::motion | |
| encrypto::motion::proto | |
| encrypto::motion::proto::bmr | |
Enumerations | |
| enum | encrypto::motion::proto::bmr::DataType : unsigned int { encrypto::motion::proto::bmr::kInputStep0 = 0, encrypto::motion::proto::bmr::kInputStep1 = 1, encrypto::motion::proto::bmr::kAndGate = 2 } |
1.8.17