A revolution message body This allows revolutionizing a group or epoch. More...
#include <gnunet_messenger_service.h>
Data Fields | |
union GNUNET_MESSENGER_EpochIdentifier | identifier |
The identifier of the announcement in an epoch. More... | |
union GNUNET_MESSENGER_EpochNonce | nonce |
The nonce of the revolution. More... | |
struct GNUNET_HashCode | hmac |
The hmac of the revolution. More... | |
A revolution message body This allows revolutionizing a group or epoch.
Message-body-size: 128 bytes
Definition at line 950 of file gnunet_messenger_service.h.
union GNUNET_MESSENGER_EpochIdentifier GNUNET_MESSENGER_MessageRevolution::identifier |
The identifier of the announcement in an epoch.
Definition at line 955 of file gnunet_messenger_service.h.
Referenced by calc_message_hmac(), create_message_revolution(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), get_room_message_epoch_identifier(), handle_revolution_message(), and on_message().
union GNUNET_MESSENGER_EpochNonce GNUNET_MESSENGER_MessageRevolution::nonce |
The nonce of the revolution.
Definition at line 960 of file gnunet_messenger_service.h.
Referenced by calc_message_hmac(), create_message_revolution(), decode_message_body(), encode_message_body(), and get_message_body_kind_size().
struct GNUNET_HashCode GNUNET_MESSENGER_MessageRevolution::hmac |
The hmac of the revolution.
Definition at line 965 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_kind_size(), sign_message_by_key(), and verify_message_by_key().