Message type passed from client to service to initiate a request or responder role. More...
Data Fields | |
| struct GNUNET_MessageHeader | header |
| GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_BOB. | |
| uint32_t | element_count_total |
| how many elements the vector in payload contains | |
| uint32_t | element_count_contained |
| contained elements the vector in payload contains | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_HashCode | session_key |
| the transaction/session key used to identify a session | |
Message type passed from client to service to initiate a request or responder role.
Definition at line 88 of file scalarproduct.h.
| struct GNUNET_MessageHeader BobComputationMessage::header |
GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_BOB.
Definition at line 94 of file scalarproduct.h.
| uint32_t BobComputationMessage::element_count_total |
how many elements the vector in payload contains
Definition at line 99 of file scalarproduct.h.
| uint32_t BobComputationMessage::element_count_contained |
contained elements the vector in payload contains
Definition at line 104 of file scalarproduct.h.
| uint32_t BobComputationMessage::reserved |
Always zero.
Definition at line 109 of file scalarproduct.h.
| struct GNUNET_HashCode BobComputationMessage::session_key |
the transaction/session key used to identify a session
Definition at line 114 of file scalarproduct.h.