GNUnet 0.21.1
EccAliceCryptodataMessage Struct Reference

Vector of ECC-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-ecc.h>

Collaboration diagram for EccAliceCryptodataMessage:
[legend]

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

Detailed Description

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.

Field Documentation

◆ header

struct GNUNET_MessageHeader EccAliceCryptodataMessage::header

◆ contained_element_count

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.


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