Vector of ECC-encrypted values sent by Alice to Bob (after set intersection). More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ECC_ALICE_CRYPTODATA. More... | |
uint32_t | contained_element_count |
How many elements we appended to this message? In NBO. More... | |
Vector of ECC-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 64 of file gnunet-service-scalarproduct-ecc.h.
struct GNUNET_MessageHeader EccAliceCryptodataMessage::header |
Type is GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ECC_ALICE_CRYPTODATA.
Definition at line 69 of file gnunet-service-scalarproduct-ecc.h.
uint32_t EccAliceCryptodataMessage::contained_element_count |
How many elements we appended to this message? In NBO.
Definition at line 74 of file gnunet-service-scalarproduct-ecc.h.