GNUnet 0.21.0
BobCryptodataMessage Struct Reference

Message type passed from responding service Bob to responding service Alice to complete a request and allow Alice to compute the result. More...

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

Collaboration diagram for BobCryptodataMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA. More...
 
uint32_t contained_element_count
 How many elements this individual message delivers (in NBO). More...
 

Detailed Description

Message type passed from responding service Bob to responding service Alice to complete a request and allow Alice to compute the result.

If Bob's reply does not fit into this one message, the conversation may be continued with struct BobCryptodataMultipartMessage messages afterwards.

Definition at line 94 of file gnunet-service-scalarproduct.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader BobCryptodataMessage::header

GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA.

Definition at line 100 of file gnunet-service-scalarproduct.h.

◆ contained_element_count

uint32_t BobCryptodataMessage::contained_element_count

How many elements this individual message delivers (in NBO).

Definition at line 105 of file gnunet-service-scalarproduct.h.


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