Message type passed from responding service Bob to responding service Alice to complete a request and allow Alice to compute the result. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA. More... | |
uint32_t | contained_element_count |
How many elements this individual message delivers (in NBO). More... | |
Message type passed from responding service Bob to responding service Alice to complete a request and allow Alice to compute the result.
If Bob's reply does not fit into this one message, the conversation may be continued with struct BobCryptodataMultipartMessage
messages afterwards.
Definition at line 94 of file gnunet-service-scalarproduct.h.
struct GNUNET_MessageHeader BobCryptodataMessage::header |
GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA.
Definition at line 100 of file gnunet-service-scalarproduct.h.
uint32_t BobCryptodataMessage::contained_element_count |
How many elements this individual message delivers (in NBO).
Definition at line 105 of file gnunet-service-scalarproduct.h.