GNUnet 0.21.0
BobCryptodataMultipartMessage Struct Reference

Multipart Message type passed between to supply additional elements for the peer. More...

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

Collaboration diagram for BobCryptodataMultipartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 GNUNET message header. More...
 
uint32_t contained_element_count
 How many elements we supply within this message? In NBO. More...
 

Detailed Description

Multipart Message type passed between to supply additional elements for the peer.

Send from Bob to Alice with additional elements of k[i][perm] after his struct BobCryptodataMessage *. Once all k-values have been transmitted, Bob is finished and Alice can transmit the final result to the client.

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

Field Documentation

◆ header

struct GNUNET_MessageHeader BobCryptodataMultipartMessage::header

GNUNET message header.

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

◆ contained_element_count

uint32_t BobCryptodataMultipartMessage::contained_element_count

How many elements we supply within this message? In NBO.

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


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