|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <array>#include <atomic>#include <memory>#include <unordered_map>#include <flatbuffers/flatbuffers.h>

Go to the source code of this file.
Namespaces | |
| encrypto | |
| encrypto::motion | |
| encrypto::motion::communication | |
Enumerations | |
| enum | encrypto::motion::OtProtocol : unsigned int { encrypto::motion::kGOt = 0, encrypto::motion::kROt = 1, encrypto::motion::kXcOt = 2, encrypto::motion::kAcOt = 3, encrypto::motion::kFixedXcOt128 = 4, encrypto::motion::kXcOtBit = 5, encrypto::motion::kGOt128 = 6, encrypto::motion::kInvalidOt = 7 } |
1.8.17