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