GNUnet debian-0.24.3-23-g589b01d60
GNUNET_MESSENGER_RoomKey Union Reference

A room key unifies a room key code and its 512bit hash representation. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_RoomKey:
[legend]

Data Fields

struct GNUNET_HashCode hash
 
struct GNUNET_MESSENGER_RoomKeyCode code
 

Detailed Description

A room key unifies a room key code and its 512bit hash representation.

Size: 64 bytes

Definition at line 94 of file gnunet_messenger_service.h.

Field Documentation

◆ hash

struct GNUNET_HashCode GNUNET_MESSENGER_RoomKey::hash

Definition at line 96 of file gnunet_messenger_service.h.

Referenced by get_room_key(), and on_message().

◆ code

struct GNUNET_MESSENGER_RoomKeyCode GNUNET_MESSENGER_RoomKey::code

Definition at line 97 of file gnunet_messenger_service.h.

Referenced by is_room_public().


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