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::BmrMessageBuilder |
Namespaces | |
encrypto | |
encrypto::motion | |
encrypto::motion::communication | |
Functions | |
flatbuffers::Offset< BmrMessage > | encrypto::motion::communication::CreateBmrMessage (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> payload=0) |
flatbuffers::Offset< BmrMessage > | encrypto::motion::communication::CreateBmrMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, const std::vector< uint8_t > *payload=nullptr) |
const encrypto::motion::communication::BmrMessage * | encrypto::motion::communication::GetBmrMessage (const void *buf) |
const encrypto::motion::communication::BmrMessage * | encrypto::motion::communication::GetSizePrefixedBmrMessage (const void *buf) |
bool | encrypto::motion::communication::VerifyBmrMessageBuffer (flatbuffers::Verifier &verifier) |
bool | encrypto::motion::communication::VerifySizePrefixedBmrMessageBuffer (flatbuffers::Verifier &verifier) |
void | encrypto::motion::communication::FinishBmrMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::BmrMessage > root) |
void | encrypto::motion::communication::FinishSizePrefixedBmrMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::BmrMessage > root) |
Variables | |
VT_GATE_ID = 4 | |
VT_GATE_ID = 4 |