GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
struct GNUNET_CRYPTO_HpkeEncapsulation ephemeral
 Ephemeral key to rekey with.
 

Detailed Description

Plaintext of a rekey payload in a UDPBox.

Definition at line 347 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 352 of file gnunet-communicator-udp.c.

Referenced by create_rekey().

◆ ephemeral

struct GNUNET_CRYPTO_HpkeEncapsulation UDPRekey::ephemeral

Ephemeral key to rekey with.

Definition at line 357 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: