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

Go to the source code of this file.

Namespaces

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

Functions

flatbuffers::FlatBufferBuilder encrypto::motion::communication::BuildMessage (MessageType message_type, const std::vector< uint8_t > *payload)
 
flatbuffers::FlatBufferBuilder encrypto::motion::communication::BuildMessage (MessageType message_type, const uint8_t *payload, std::size_t size)
 
std::string encrypto::motion::communication::to_string (MessageType message_type)