MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Functions
shared_bits_message_generated.h File Reference
#include "flatbuffers/flatbuffers.h"
Include dependency graph for shared_bits_message_generated.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  encrypto::motion::communication::FLATBUFFERS_FINAL_CLASS
 
struct  encrypto::motion::communication::SharedBitsMessageBuilder
 

Namespaces

 encrypto
 
 encrypto::motion
 
 encrypto::motion::communication
 

Functions

flatbuffers::Offset< SharedBitsMessage > encrypto::motion::communication::CreateSharedBitsMessage (flatbuffers::FlatBufferBuilder &_fbb, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> payload=0)
 
flatbuffers::Offset< SharedBitsMessage > encrypto::motion::communication::CreateSharedBitsMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, const std::vector< uint8_t > *payload=nullptr)
 
const encrypto::motion::communication::SharedBitsMessage * encrypto::motion::communication::GetSharedBitsMessage (const void *buf)
 
const encrypto::motion::communication::SharedBitsMessage * encrypto::motion::communication::GetSizePrefixedSharedBitsMessage (const void *buf)
 
bool encrypto::motion::communication::VerifySharedBitsMessageBuffer (flatbuffers::Verifier &verifier)
 
bool encrypto::motion::communication::VerifySizePrefixedSharedBitsMessageBuffer (flatbuffers::Verifier &verifier)
 
void encrypto::motion::communication::FinishSharedBitsMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::SharedBitsMessage > root)
 
void encrypto::motion::communication::FinishSizePrefixedSharedBitsMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::SharedBitsMessage > root)