GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_MESSENGER_MessagePrivate Struct Reference

A private message body. More...

#include <gnunet_messenger_service.h>

Data Fields

uint16_t length
 The length of the encrypted message.
 
char * data
 The data of the encrypted message.
 

Detailed Description

A private message body.

This allows to encapsulate any message to be encrypted for only one specific member to receive in a room.

Message-body-size: 0+ bytes

Definition at line 660 of file gnunet_messenger_service.h.

Field Documentation

◆ length

uint16_t GNUNET_MESSENGER_MessagePrivate::length

The length of the encrypted message.

Definition at line 665 of file gnunet_messenger_service.h.

Referenced by copy_message(), create_message(), decode_message_body(), decrypt_message(), encrypt_message(), and get_message_body_size().

◆ data

char* GNUNET_MESSENGER_MessagePrivate::data

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