Block to announce a peer accepting a state. More...
#include <block_regex.h>
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Accept blocks must be signed. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the signature expire? More... | |
struct GNUNET_HashCode | key |
The key of the state. More... | |
struct GNUNET_PeerIdentity | peer |
Public key of the peer signing. More... | |
struct GNUNET_CRYPTO_EddsaSignature | signature |
The signature. More... | |
Block to announce a peer accepting a state.
Definition at line 50 of file block_regex.h.
struct GNUNET_CRYPTO_EccSignaturePurpose RegexAcceptBlock::purpose |
Accept blocks must be signed.
Signature goes over expiration time and key.
Definition at line 56 of file block_regex.h.
Referenced by block_plugin_regex_check_block(), block_plugin_regex_check_reply(), and regex_iterator().
struct GNUNET_TIME_AbsoluteNBO RegexAcceptBlock::expiration_time |
When does the signature expire?
Definition at line 61 of file block_regex.h.
Referenced by block_plugin_regex_check_block(), and regex_iterator().
struct GNUNET_HashCode RegexAcceptBlock::key |
The key of the state.
Definition at line 66 of file block_regex.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), regex_iterator(), and gnunet-chk.Chk::uri().
struct GNUNET_PeerIdentity RegexAcceptBlock::peer |
Public key of the peer signing.
Definition at line 71 of file block_regex.h.
Referenced by block_plugin_regex_check_block(), dht_get_string_accept_handler(), and regex_iterator().
struct GNUNET_CRYPTO_EddsaSignature RegexAcceptBlock::signature |
The signature.
Definition at line 76 of file block_regex.h.
Referenced by block_plugin_regex_check_block(), and regex_iterator().