Start of a 'block'. More...
Data Fields | |
struct GNUNET_PeerIdentity | pid |
Public key of the peer. More... | |
struct GNUNET_CRYPTO_EddsaSignature | sig |
Signature over the block, of purpose GNUNET_SIGNATURE_PURPOSE_HELLO. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the HELLO expire? More... | |
Start of a 'block'.
Definition at line 116 of file hello-uri.c.
struct GNUNET_PeerIdentity BlockHeader::pid |
Public key of the peer.
Definition at line 121 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_to_block(), GNUNET_HELLO_dht_msg_to_block(), GNUNET_HELLO_parser_from_block(), and GNUNET_HELLO_parser_to_block().
struct GNUNET_CRYPTO_EddsaSignature BlockHeader::sig |
Signature over the block, of purpose GNUNET_SIGNATURE_PURPOSE_HELLO.
Definition at line 126 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_to_block(), GNUNET_HELLO_builder_to_dht_hello_msg(), GNUNET_HELLO_dht_msg_to_block(), GNUNET_HELLO_parser_from_block(), and GNUNET_HELLO_parser_to_block().
struct GNUNET_TIME_AbsoluteNBO BlockHeader::expiration_time |
When does the HELLO expire?
Definition at line 131 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_to_block(), GNUNET_HELLO_builder_to_dht_hello_msg(), GNUNET_HELLO_dht_msg_to_block(), GNUNET_HELLO_get_expiration_time_from_msg(), GNUNET_HELLO_parser_from_block(), and GNUNET_HELLO_parser_to_block().