GNUnet debian-0.24.3-23-g589b01d60
GNUNET_MESSENGER_EpochIdentifierCode Struct Reference

An epoch identifier code specifies an epoch or group key inside a room and it provides the information about its group size. More...

#include <gnunet_messenger_service.h>

Data Fields

uint8_t group_bit: 1
 
uint8_t level_bits: 7
 
uint8_t bits [sizeof(struct GNUNET_ShortHashCode) - 1]
 

Detailed Description

An epoch identifier code specifies an epoch or group key inside a room and it provides the information about its group size.

Size: 32 bytes

Definition at line 144 of file gnunet_messenger_service.h.

Field Documentation

◆ group_bit

◆ level_bits

◆ bits

uint8_t GNUNET_MESSENGER_EpochIdentifierCode::bits[sizeof(struct GNUNET_ShortHashCode) - 1]

Definition at line 148 of file gnunet_messenger_service.h.

Referenced by send_epoch_group().


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