Message signed as part of a HELLO block/URL. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/pils/pils.h>
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 49 of file hello-uri.c.
struct GNUNET_CRYPTO_EccSignaturePurpose PilsHelloSignaturePurpose::purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_HELLO.
Definition at line 54 of file hello-uri.c.
Referenced by do_generate_pid(), GNUNET_PILS_sign_hello(), and verify_hello().
struct GNUNET_TIME_AbsoluteNBO PilsHelloSignaturePurpose::expiration_time |
When does the signature expire?
Definition at line 59 of file hello-uri.c.
struct GNUNET_HashCode PilsHelloSignaturePurpose::h_addrs |
Hash over all addresses.
Definition at line 64 of file hello-uri.c.
Referenced by do_generate_pid(), GNUNET_PILS_sign_hello(), and verify_hello().