MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Functions | Variables
hello_message_generated.h File Reference
#include "flatbuffers/flatbuffers.h"
Include dependency graph for hello_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::HelloMessageBuilder
 

Namespaces

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

Functions

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)
 

Variables

 VT_SOURCE_ID = 4
 
 VT_DESTINATION_ID = 6
 
 VT_NUMBER_OF_PARTIES = 8
 
 VT_INPUT_SHARING_SEED = 10
 
 VT_FIXED_KEY_AES_SEED = 12
 
 VT_ONLINE_AFTER_SETUP = 14
 

Variable Documentation

◆ VT_DESTINATION_ID

VT_DESTINATION_ID = 6

◆ 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_NUMBER_OF_PARTIES = 8

◆ VT_ONLINE_AFTER_SETUP

VT_ONLINE_AFTER_SETUP = 14

◆ VT_SOURCE_ID

VT_SOURCE_ID = 4