An element key-value pair for scalarproduct. More...
#include <gnunet_scalarproduct_service.h>
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... | |
An element key-value pair for scalarproduct.
Definition at line 97 of file gnunet_scalarproduct_service.h.
struct GNUNET_HashCode GNUNET_SCALARPRODUCT_Element::key |
Key used to identify matching pairs of values to multiply.
Definition at line 102 of file gnunet_scalarproduct_service.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), cb_intersection_element_removed(), copy_element_cb(), handle_alice_client_message(), handle_alice_client_message_multipart(), handle_bob_client_message(), handle_bob_client_message_multipart(), run(), and gnunet-chk.Chk::uri().
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().