MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "flatbuffers/flatbuffers.h"
Go to the source code of this file.
Namespaces | |
encrypto | |
encrypto::motion | |
encrypto::motion::communication | |
Functions | |
flatbuffers::Offset< OutputWire > | encrypto::motion::communication::CreateOutputWire (flatbuffers::FlatBufferBuilder &_fbb, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> payload=0) |
flatbuffers::Offset< OutputWire > | encrypto::motion::communication::CreateOutputWireDirect (flatbuffers::FlatBufferBuilder &_fbb, const std::vector< uint8_t > *payload=nullptr) |
flatbuffers::Offset< OutputMessage > | encrypto::motion::communication::CreateOutputMessage (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >>> wires=0) |
flatbuffers::Offset< OutputMessage > | encrypto::motion::communication::CreateOutputMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, const std::vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >> *wires=nullptr) |
const encrypto::motion::communication::OutputMessage * | encrypto::motion::communication::GetOutputMessage (const void *buf) |
const encrypto::motion::communication::OutputMessage * | encrypto::motion::communication::GetSizePrefixedOutputMessage (const void *buf) |
bool | encrypto::motion::communication::VerifyOutputMessageBuffer (flatbuffers::Verifier &verifier) |
bool | encrypto::motion::communication::VerifySizePrefixedOutputMessageBuffer (flatbuffers::Verifier &verifier) |
void | encrypto::motion::communication::FinishOutputMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::OutputMessage > root) |
void | encrypto::motion::communication::FinishSizePrefixedOutputMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::OutputMessage > root) |
Variables | |
VT_GATE_ID = 4 | |
VT_GATE_ID = 4 |