Message signed as part of a HELLO block/URL. More...
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_HELLO. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the signature expire? More... | |
struct GNUNET_HashCode | h_addrs |
Hash over all addresses. More... | |
Message signed as part of a HELLO block/URL.
Definition at line 70 of file hello-uri.c.
struct GNUNET_CRYPTO_EccSignaturePurpose HelloSignaturePurpose::purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_HELLO.
Definition at line 75 of file hello-uri.c.
Referenced by sign_hello(), and verify_hello().
struct GNUNET_TIME_AbsoluteNBO HelloSignaturePurpose::expiration_time |
When does the signature expire?
Definition at line 80 of file hello-uri.c.
struct GNUNET_HashCode HelloSignaturePurpose::h_addrs |
Hash over all addresses.
Definition at line 85 of file hello-uri.c.
Referenced by sign_hello(), and verify_hello().