Message for a Key eXchange for a tunnel, with authentication. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/cadet/cadet_protocol.h>
Data Fields | |
| struct GNUNET_CADET_TunnelKeyExchangeMessage | kx | 
| Message header with key material.   | |
| struct GNUNET_HashCode | auth | 
| KDF-proof that sender could compute the 3-DH, used in lieu of a signature or payload data.   | |
Message for a Key eXchange for a tunnel, with authentication.
Used as a response to the initial KX as well as for rekeying.
Definition at line 291 of file cadet_protocol.h.
| struct GNUNET_CADET_TunnelKeyExchangeMessage GNUNET_CADET_TunnelKeyExchangeAuthMessage::kx | 
Message header with key material.
Definition at line 296 of file cadet_protocol.h.
| struct GNUNET_HashCode GNUNET_CADET_TunnelKeyExchangeAuthMessage::auth | 
KDF-proof that sender could compute the 3-DH, used in lieu of a signature or payload data.
Definition at line 311 of file cadet_protocol.h.