Struct for a proof of work as part of the revocation. More...
#include <gnunet_revocation_service.h>
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... | |
Struct for a proof of work as part of the revocation.
Definition at line 78 of file gnunet_revocation_service.h.
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().
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.
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().