GNUnet 0.21.1
GNUNET_GNSRECORD_PowP Struct Reference

Struct for a proof of work as part of the revocation. More...

#include <gnunet_gnsrecord_lib.h>

Collaboration diagram for GNUNET_GNSRECORD_PowP:
[legend]

Data Fields

struct GNUNET_TIME_AbsoluteNBO timestamp
 The timestamp of the revocation. More...
 
struct GNUNET_TIME_RelativeNBO ttl
 The TTL of this revocation (purely informational) More...
 
uint64_t pow [32]
 The PoWs. More...
 

Detailed Description

Struct for a proof of work as part of the revocation.

Definition at line 880 of file gnunet_gnsrecord_lib.h.

Field Documentation

◆ timestamp

struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_PowP::timestamp

The timestamp of the revocation.

Definition at line 885 of file gnunet_gnsrecord_lib.h.

Referenced by GNR_create_signature_message(), GNUNET_GNSRECORD_check_pow(), and sign_pow_identity().

◆ ttl

struct GNUNET_TIME_RelativeNBO GNUNET_GNSRECORD_PowP::ttl

The TTL of this revocation (purely informational)

Definition at line 890 of file gnunet_gnsrecord_lib.h.

◆ pow


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