GNUnet 0.24.1-15-gab6ed22f1
GNUNET_MESSENGER_MessageKey Struct Reference

A key message body. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageKey:
[legend]

Data Fields

struct GNUNET_CRYPTO_PublicKey key
 The new public key which replaces the current senders public key. More...
 

Detailed Description

A key message body.

This allows replacing the current key pair with another one.

Message-body-size: 4+ bytes

Definition at line 336 of file gnunet_messenger_service.h.

Field Documentation

◆ key

struct GNUNET_CRYPTO_PublicKey GNUNET_MESSENGER_MessageKey::key

The new public key which replaces the current senders public key.

Definition at line 341 of file gnunet_messenger_service.h.

Referenced by create_message_key(), decode_message_body(), encode_message_body(), get_message_body_size(), handle_key_message(), send_message_key(), and switch_member_session().


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