GNUnet 0.21.1
DecryptPeerInfo Struct Reference

Information about a peer in a decrypt session. More...

Collaboration diagram for DecryptPeerInfo:
[legend]

Data Fields

struct GNUNET_PeerIdentity peer
 Identity of the peer. More...
 
unsigned int original_index
 Original index in the key generation round. More...
 
gcry_mpi_t partial_decryption
 Set to the partial decryption of this peer, or NULL if we did not receive a partial decryption from this peer or the zero knowledge proof failed. More...
 

Detailed Description

Information about a peer in a decrypt session.

Definition at line 88 of file gnunet-service-secretsharing.c.

Field Documentation

◆ peer

struct GNUNET_PeerIdentity DecryptPeerInfo::peer

Identity of the peer.

Definition at line 93 of file gnunet-service-secretsharing.c.

Referenced by get_decrypt_peer_info().

◆ original_index

unsigned int DecryptPeerInfo::original_index

Original index in the key generation round.

Necessary for computing the lagrange coefficients.

Definition at line 99 of file gnunet-service-secretsharing.c.

◆ partial_decryption

gcry_mpi_t DecryptPeerInfo::partial_decryption

Set to the partial decryption of this peer, or NULL if we did not receive a partial decryption from this peer or the zero knowledge proof failed.

Definition at line 107 of file gnunet-service-secretsharing.c.


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