GNUnet 0.21.1
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. More...
 
struct GNUNET_TIME_AbsoluteNBO mono_time
 When was the address generated. More...
 
struct GNUNET_HashCode addr_hash
 Hash of the address. More...
 

Detailed Description

Binary block we sign when we sign an address.

Definition at line 36 of file hello-ng.c.

Field Documentation

◆ purpose

struct GNUNET_CRYPTO_EccSignaturePurpose SignedAddress::purpose

◆ mono_time

struct GNUNET_TIME_AbsoluteNBO SignedAddress::mono_time

When was the address generated.

Definition at line 46 of file hello-ng.c.

Referenced by GNUNET_HELLO_extract_address(), and GNUNET_HELLO_sign_address().

◆ addr_hash

struct GNUNET_HashCode SignedAddress::addr_hash

Hash of the address.

Definition at line 51 of file hello-ng.c.

Referenced by GNUNET_HELLO_extract_address(), and GNUNET_HELLO_sign_address().


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