GNUnet 0.21.1
UDPRekey Struct Reference

Plaintext of a rekey payload in a UDPBox. More...

Collaboration diagram for UDPRekey:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_REKEY. More...
 
struct GNUNET_CRYPTO_EcdhePublicKey ephemeral
 Ephemeral key to rekey with. More...
 

Detailed Description

Plaintext of a rekey payload in a UDPBox.

Definition at line 343 of file gnunet-communicator-udp.c.

Field Documentation

◆ header

struct GNUNET_MessageHeader UDPRekey::header

Type is GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_REKEY.

Definition at line 348 of file gnunet-communicator-udp.c.

Referenced by create_rekey().

◆ ephemeral

struct GNUNET_CRYPTO_EcdhePublicKey UDPRekey::ephemeral

Ephemeral key to rekey with.

Definition at line 353 of file gnunet-communicator-udp.c.

Referenced by create_rekey(), and try_handle_plaintext().


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