Binary block we sign when we sign an address. More...
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS. More... | |
struct GNUNET_TIME_AbsoluteNBO | mono_time |
When was the address generated. More... | |
struct GNUNET_HashCode | addr_hash |
Hash of the address. More... | |
Binary block we sign when we sign an address.
Definition at line 49 of file hello-uri.c.
struct GNUNET_CRYPTO_EccSignaturePurpose SignedAddress::purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS.
Definition at line 54 of file hello-uri.c.
Referenced by GNUNET_HELLO_sign_address().
struct GNUNET_TIME_AbsoluteNBO SignedAddress::mono_time |
When was the address generated.
Definition at line 59 of file hello-uri.c.
Referenced by GNUNET_HELLO_sign_address().
struct GNUNET_HashCode SignedAddress::addr_hash |
Hash of the address.
Definition at line 64 of file hello-uri.c.
Referenced by GNUNET_HELLO_sign_address().