The signature object we use for the PoW. More...
#include <gnunet_gnsrecord_lib.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 904 of file gnunet_gnsrecord_lib.h.
struct GNUNET_CRYPTO_EccSignaturePurpose GNUNET_GNSRECORD_SignaturePurposePS::purpose |
The signature purpose.
Definition at line 909 of file gnunet_gnsrecord_lib.h.
Referenced by check_signature_identity(), GNR_create_signature_message(), and run_with_key().
struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_SignaturePurposePS::timestamp |
The timestamp of the revocation.
Definition at line 914 of file gnunet_gnsrecord_lib.h.
Referenced by GNR_create_signature_message().