![]() |
GNUnet
0.11.x
|
The signature object we use for the PoW. More...
#include <gnunet_revocation_service.h>
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
The signature purpose. More... | |
struct GNUNET_TIME_AbsoluteNBO | timestamp |
The timestamp of the revocation. More... | |
The signature object we use for the PoW.
Definition at line 98 of file gnunet_revocation_service.h.
struct GNUNET_CRYPTO_EccSignaturePurpose GNUNET_REVOCATION_SignaturePurposePS::purpose |
The signature purpose.
Definition at line 103 of file gnunet_revocation_service.h.
Referenced by check_signature_identity(), and sign_pow_identity().
struct GNUNET_TIME_AbsoluteNBO GNUNET_REVOCATION_SignaturePurposePS::timestamp |
The timestamp of the revocation.
Definition at line 108 of file gnunet_revocation_service.h.
Referenced by check_signature_identity(), and sign_pow_identity().