GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
SignedAddress Struct Reference

Binary block we sign when we sign an address. More...

Collaboration diagram for SignedAddress:
[legend]

Data Fields

struct GNUNET_CRYPTO_EccSignaturePurpose 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.
 

Detailed Description

Binary block we sign when we sign an address.

Definition at line 6132 of file gnunet-service-transport.c.

Field Documentation

◆ purpose

struct GNUNET_CRYPTO_EccSignaturePurpose 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().

◆ mono_time

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().

◆ GNUNET_PACKED

struct GNUNET_HashCode addr_hash SignedAddress::GNUNET_PACKED

Hash of the address.

Definition at line 6147 of file gnunet-service-transport.c.


The documentation for this struct was generated from the following file: