GNUnet 0.21.1
MpiElement Struct Reference

An encrypted element key-value pair. More...

Collaboration diagram for MpiElement:
[legend]

Data Fields

const struct GNUNET_HashCodekey
 Key used to identify matching pairs of values to multiply. More...
 
int64_t value
 a_i value, not disclosed to Bob. More...
 
gcry_mpi_t value
 Value represented (a). More...
 

Detailed Description

An encrypted element key-value pair.

Definition at line 61 of file gnunet-service-scalarproduct-ecc_alice.c.

Field Documentation

◆ key

const struct GNUNET_HashCode * MpiElement::key

Key used to identify matching pairs of values to multiply.

Points into an existing data structure, to avoid copying and doubling memory use.

Definition at line 68 of file gnunet-service-scalarproduct-ecc_alice.c.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), copy_element_cb(), element_cmp(), and gnunet-chk.Chk::uri().

◆ value [1/2]

gcry_mpi_t MpiElement::value

◆ value [2/2]

gcry_mpi_t MpiElement::value

Value represented (a).

Definition at line 58 of file gnunet-service-scalarproduct_alice.c.


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