|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "flatbuffers/flatbuffers.h"

Go to the source code of this file.
Classes | |
| struct | encrypto::motion::communication::FLATBUFFERS_FINAL_CLASS |
| struct | encrypto::motion::communication::BaseROtMessageBuilder |
Namespaces | |
| encrypto | |
| encrypto::motion | |
| encrypto::motion::communication | |
Functions | |
| flatbuffers::Offset< BaseROtMessage > | encrypto::motion::communication::CreateBaseROtMessage (flatbuffers::FlatBufferBuilder &_fbb, uint64_t base_ot_id=0, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> buffer=0) |
| flatbuffers::Offset< BaseROtMessage > | encrypto::motion::communication::CreateBaseROtMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, uint64_t base_ot_id=0, const std::vector< uint8_t > *buffer=nullptr) |
| const encrypto::motion::communication::BaseROtMessage * | encrypto::motion::communication::GetBaseROtMessage (const void *buf) |
| const encrypto::motion::communication::BaseROtMessage * | encrypto::motion::communication::GetSizePrefixedBaseROtMessage (const void *buf) |
| bool | encrypto::motion::communication::VerifyBaseROtMessageBuffer (flatbuffers::Verifier &verifier) |
| bool | encrypto::motion::communication::VerifySizePrefixedBaseROtMessageBuffer (flatbuffers::Verifier &verifier) |
| void | encrypto::motion::communication::FinishBaseROtMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::BaseROtMessage > root) |
| void | encrypto::motion::communication::FinishSizePrefixedBaseROtMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::BaseROtMessage > root) |
Variables | |
| VT_BASE_OT_ID = 4 | |
| VT_BASE_OT_ID = 4 |
1.8.17