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] |
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.
uint8_t GNUNET_MESSENGER_EpochIdentifierCode::group_bit |
Definition at line 146 of file gnunet_messenger_service.h.
Referenced by cb_key_monitor(), create_epoch_announcement(), create_epoch_group(), create_message_group(), get_epoch_proposal_group(), handle_announcement_message(), handle_appeal_message(), handle_authorization_message(), handle_revolution_message(), handle_room_delayed_announcement(), handle_room_delayed_appeal(), handle_secret_message(), on_message(), random_epoch_announcement_identifier(), random_epoch_group_identifier(), send_epoch_announcement_authorization(), send_epoch_group(), send_epoch_group_authorization(), and set_epoch_proposal_group().
uint8_t GNUNET_MESSENGER_EpochIdentifierCode::level_bits |
Definition at line 147 of file gnunet_messenger_service.h.
Referenced by get_epoch_group(), get_epoch_group_level(), is_epoch_identifier_upper(), random_epoch_announcement_identifier(), random_epoch_group_identifier(), and send_epoch_group().
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().