MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <message_handler.h>
Public Member Functions | |
virtual | ~MessageHandler ()=default |
virtual void | ReceivedMessage (std::size_t party_id, std::vector< std::uint8_t > &&message)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in encrypto::motion::OtExtensionMessageHandler, encrypto::motion::communication::QueueHandler, encrypto::motion::BaseOtMessageHandler, encrypto::motion::OutputMessageHandler, encrypto::motion::proto::bmr::MessageHandler, encrypto::motion::SbMessageHandler, encrypto::motion::HelloMessageHandler, and encrypto::motion::communication::SynchronizationHandler.