GNUnet  0.20.0
GNUNET_REVOCATION_PowP Struct Reference

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

#include <gnunet_revocation_service.h>

Collaboration diagram for GNUNET_REVOCATION_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 78 of file gnunet_revocation_service.h.

Field Documentation

◆ timestamp

struct GNUNET_TIME_AbsoluteNBO GNUNET_REVOCATION_PowP::timestamp

The timestamp of the revocation.

Definition at line 262 of file gnunet_revocation_service.h.

Referenced by check_signature().

◆ ttl

struct GNUNET_TIME_RelativeNBO GNUNET_REVOCATION_PowP::ttl

The TTL of this revocation (purely informational)

Definition at line 262 of file gnunet_revocation_service.h.

◆ pow

uint64_t GNUNET_REVOCATION_PowP::pow[32]

The PoWs.

Definition at line 93 of file gnunet_revocation_service.h.

Referenced by run(), and run_with_key().


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