GNUnet 0.21.1
GNUNET_SCALARPRODUCT_Element Struct Reference

An element key-value pair for scalarproduct. More...

#include <gnunet_scalarproduct_service.h>

Collaboration diagram for GNUNET_SCALARPRODUCT_Element:
[legend]

Data Fields

struct GNUNET_HashCode key
 Key used to identify matching pairs of values to multiply. More...
 
int64_t value
 Value to multiply in scalar product, in NBO. More...
 

Detailed Description

An element key-value pair for scalarproduct.

Definition at line 97 of file gnunet_scalarproduct_service.h.

Field Documentation

◆ key

◆ value

int64_t GNUNET_SCALARPRODUCT_Element::value

Value to multiply in scalar product, in NBO.

Definition at line 107 of file gnunet_scalarproduct_service.h.

Referenced by cb_intersection_element_removed(), copy_element_cb(), and run().


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