Binary block we sign when we sign an address. More...
Data Fields | |
| struct GNUNET_CRYPTO_SignaturePurpose | purpose |
| Purpose must be GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS. | |
| struct GNUNET_TIME_AbsoluteNBO | mono_time |
| When was the address generated. | |
| struct GNUNET_HashCode addr_hash | GNUNET_PACKED |
| Hash of the address. | |
Binary block we sign when we sign an address.
Definition at line 6132 of file gnunet-service-transport.c.
| struct GNUNET_CRYPTO_SignaturePurpose SignedAddress::purpose |
Purpose must be GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS.
Definition at line 6137 of file gnunet-service-transport.c.
Referenced by pils_sign_address().
| struct GNUNET_TIME_AbsoluteNBO SignedAddress::mono_time |
When was the address generated.
Definition at line 6142 of file gnunet-service-transport.c.
Referenced by pils_sign_address().
| struct GNUNET_HashCode addr_hash SignedAddress::GNUNET_PACKED |
Hash of the address.
Definition at line 6147 of file gnunet-service-transport.c.