Multipart Message type passed between to supply additional elements for the peer. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
GNUNET message header. More... | |
uint32_t | contained_element_count |
How many elements we supply within this message? In NBO. More... | |
Multipart Message type passed between to supply additional elements for the peer.
Send from Bob to Alice with additional elements of k[i][perm] after his struct BobCryptodataMessage *
. Once all k-values have been transmitted, Bob is finished and Alice can transmit the final result to the client.
Definition at line 120 of file gnunet-service-scalarproduct.h.
struct GNUNET_MessageHeader BobCryptodataMultipartMessage::header |
GNUNET message header.
Definition at line 125 of file gnunet-service-scalarproduct.h.
uint32_t BobCryptodataMultipartMessage::contained_element_count |
How many elements we supply within this message? In NBO.
Definition at line 130 of file gnunet-service-scalarproduct.h.