Message type passed from requesting service Alice to responding service Bob to initiate a request and make Bob participate in our protocol. More...
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ECC_SESSION_INITIALIZATION. | |
| uint32_t | reserved |
| For alignment. | |
| struct GNUNET_HashCode | session_id |
| The transaction/session key used to identify a session. | |
Message type passed from requesting service Alice to responding service Bob to initiate a request and make Bob participate in our protocol.
Afterwards, Bob is expected to perform the set intersection with Alice. Once that has succeeded, Alice will send a struct AliceCryptodataMessage *. Bob is not expected to respond via CADET in the meantime.
Definition at line 40 of file gnunet-service-scalarproduct-ecc.h.
| struct GNUNET_MessageHeader EccServiceRequestMessage::header |
Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ECC_SESSION_INITIALIZATION.
Definition at line 45 of file gnunet-service-scalarproduct-ecc.h.
| uint32_t EccServiceRequestMessage::reserved |
| struct GNUNET_HashCode EccServiceRequestMessage::session_id |
The transaction/session key used to identify a session.
Definition at line 55 of file gnunet-service-scalarproduct-ecc.h.