An epoch nonce unifies the epoch nonce data and its 256bit hash representation. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_ShortHashCode | hash |
struct GNUNET_MESSENGER_EpochNonceData | data |
An epoch nonce unifies the epoch nonce data and its 256bit hash representation.
Size: 32 bytes
Definition at line 217 of file gnunet_messenger_service.h.
struct GNUNET_ShortHashCode GNUNET_MESSENGER_EpochNonce::hash |
Definition at line 219 of file gnunet_messenger_service.h.
Referenced by handle_announcement_message(), and handle_revolution_message().
struct GNUNET_MESSENGER_EpochNonceData GNUNET_MESSENGER_EpochNonce::data |
Definition at line 220 of file gnunet_messenger_service.h.
Referenced by create_message_announcement(), and create_message_revolution().