![]() |
GNUnet
0.11.x
|
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 74 of file gnunet_revocation_service.h.
struct GNUNET_TIME_AbsoluteNBO GNUNET_REVOCATION_PowP::timestamp |
The timestamp of the revocation.
Definition at line 79 of file gnunet_revocation_service.h.
Referenced by check_signature_identity(), GNUNET_REVOCATION_check_pow(), GNUNET_REVOCATION_pow_round(), and sign_pow_identity().
struct GNUNET_TIME_RelativeNBO GNUNET_REVOCATION_PowP::ttl |
The TTL of this revocation (purely informational)
Definition at line 84 of file gnunet_revocation_service.h.
uint64_t GNUNET_REVOCATION_PowP::pow[32] |
The PoWs.
Definition at line 89 of file gnunet_revocation_service.h.
Referenced by block_plugin_revocation_evaluate(), block_plugin_revocation_get_key(), GNUNET_REVOCATION_check_pow(), GNUNET_REVOCATION_pow_round(), publicize_rm(), run(), and verify_revoke_message().