Plaintext of a rekey payload in a UDPBox. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_REKEY. | |
struct GNUNET_CRYPTO_HpkeEncapsulation | ephemeral |
Ephemeral key to rekey with. | |
Plaintext of a rekey payload in a UDPBox.
Definition at line 347 of file gnunet-communicator-udp.c.
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().
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().