GNUnet 0.21.1
GNUNET_CADET_TunnelKeyExchangeAuthMessage Struct Reference

Message for a Key eXchange for a tunnel, with authentication. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>

Collaboration diagram for GNUNET_CADET_TunnelKeyExchangeAuthMessage:
[legend]

Data Fields

struct GNUNET_CADET_TunnelKeyExchangeMessage kx
 Message header with key material. More...
 
struct GNUNET_HashCode auth
 KDF-proof that sender could compute the 3-DH, used in lieu of a signature or payload data. More...
 

Detailed Description

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.

Field Documentation

◆ kx

struct GNUNET_CADET_TunnelKeyExchangeMessage GNUNET_CADET_TunnelKeyExchangeAuthMessage::kx

Message header with key material.

Definition at line 296 of file cadet_protocol.h.

◆ auth

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.


The documentation for this struct was generated from the following file: