Block to announce a peer accepting a state. More...
#include <block_regex.h>
Data Fields | |
| struct GNUNET_CRYPTO_SignaturePurpose | purpose |
| Accept blocks must be signed. | |
| struct GNUNET_TIME_AbsoluteNBO | expiration_time |
| When does the signature expire? | |
| struct GNUNET_HashCode | key |
| The key of the state. | |
| struct GNUNET_PeerIdentity | peer |
| Public key of the peer signing. | |
| struct GNUNET_CRYPTO_EddsaSignature | signature |
| The signature. | |
Block to announce a peer accepting a state.
Definition at line 50 of file block_regex.h.
| struct GNUNET_CRYPTO_SignaturePurpose 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 |
| 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().