#include "flatbuffers/flatbuffers.h"
Go to the source code of this file.
|
flatbuffers::Offset< HelloMessage > | encrypto::motion::communication::CreateHelloMessage (flatbuffers::FlatBufferBuilder &_fbb, uint16_t source_id=0, uint16_t destination_id=0, uint16_t number_of_parties=0, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> input_sharing_seed=0, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> fixed_key_aes_seed=0, bool online_after_setup=false, float motion_version=0.0f) |
|
flatbuffers::Offset< HelloMessage > | encrypto::motion::communication::CreateHelloMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, uint16_t source_id=0, uint16_t destination_id=0, uint16_t number_of_parties=0, const std::vector< uint8_t > *input_sharing_seed=nullptr, const std::vector< uint8_t > *fixed_key_aes_seed=nullptr, bool online_after_setup=false, float motion_version=0.0f) |
|
const encrypto::motion::communication::HelloMessage * | encrypto::motion::communication::GetHelloMessage (const void *buf) |
|
const encrypto::motion::communication::HelloMessage * | encrypto::motion::communication::GetSizePrefixedHelloMessage (const void *buf) |
|
bool | encrypto::motion::communication::VerifyHelloMessageBuffer (flatbuffers::Verifier &verifier) |
|
bool | encrypto::motion::communication::VerifySizePrefixedHelloMessageBuffer (flatbuffers::Verifier &verifier) |
|
void | encrypto::motion::communication::FinishHelloMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::HelloMessage > root) |
|
void | encrypto::motion::communication::FinishSizePrefixedHelloMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::HelloMessage > root) |
|
◆ VT_DESTINATION_ID
◆ VT_FIXED_KEY_AES_SEED
VT_FIXED_KEY_AES_SEED = 12 |
◆ VT_INPUT_SHARING_SEED
VT_INPUT_SHARING_SEED = 10 |
◆ VT_NUMBER_OF_PARTIES
◆ VT_ONLINE_AFTER_SETUP
VT_ONLINE_AFTER_SETUP = 14 |
◆ VT_SOURCE_ID