Vector of Pallier-encrypted values sent by Alice to Bob (after set intersection). More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA. More... | |
uint32_t | contained_element_count |
How many elements we appended to this message? In NBO. More... | |
Vector of Pallier-encrypted values sent by Alice to Bob (after set intersection).
Alice may send messages of this type repeatedly to transmit all values.
Definition at line 69 of file gnunet-service-scalarproduct.h.
struct GNUNET_MessageHeader AliceCryptodataMessage::header |
Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA.
Definition at line 74 of file gnunet-service-scalarproduct.h.
uint32_t AliceCryptodataMessage::contained_element_count |
How many elements we appended to this message? In NBO.
Definition at line 79 of file gnunet-service-scalarproduct.h.