"Plaintext" header at beginning of KX message. More...
Data Fields | |
| struct GNUNET_CRYPTO_HpkeEncapsulation | enc |
| Representative of ephemeral key for KX. | |
| uint8_t | gcm_tag [(128/8)] |
| HMAC for the following encrypted message, using GCM. | |
"Plaintext" header at beginning of KX message.
Followed by encrypted struct UDPConfirmation.
Definition at line 202 of file gnunet-communicator-udp.c.
| struct GNUNET_CRYPTO_HpkeEncapsulation InitialKX::enc |
Representative of ephemeral key for KX.
Definition at line 207 of file gnunet-communicator-udp.c.
Referenced by send_msg_with_kx(), and sock_read().
| uint8_t InitialKX::gcm_tag[(128/8)] |
HMAC for the following encrypted message, using GCM.
HMAC uses key derived from the handshake with sequence number zero.
Definition at line 213 of file gnunet-communicator-udp.c.
Referenced by send_msg_with_kx(), and sock_read().