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 95 of file hello-uri.c.
struct GNUNET_PeerIdentity BlockHeader::pid |
Public key of the peer.
Definition at line 86 of file hello-uri.c.
struct GNUNET_CRYPTO_EddsaSignature BlockHeader::sig |
Signature over the block, of purpose GNUNET_SIGNATURE_PURPOSE_HELLO.
Definition at line 86 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_to_dht_hello_msg().
struct GNUNET_TIME_AbsoluteNBO BlockHeader::expiration_time |
When does the HELLO expire?
Definition at line 86 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_to_dht_hello_msg().