GNUnet 0.21.1
AliceCryptodataMessage Struct Reference

Vector of Pallier-encrypted values sent by Alice to Bob (after set intersection). More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/scalarproduct/gnunet-service-scalarproduct.h>

Collaboration diagram for AliceCryptodataMessage:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ header

struct GNUNET_MessageHeader AliceCryptodataMessage::header

◆ contained_element_count

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.


The documentation for this struct was generated from the following file: