Information we have in an encrypted block with record data (i.e. More...
#include <gnunet_gnsrecord_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_EcdsaPublicKey | derived_key |
Derived key used for signing; hash of this is the query. More... | |
struct GNUNET_CRYPTO_EcdsaSignature | signature |
Signature of the block. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
Expiration time of the block. More... | |
Information we have in an encrypted block with record data (i.e.
in the DHT).
Definition at line 237 of file gnunet_gnsrecord_lib.h.
struct GNUNET_CRYPTO_EcdsaPublicKey GNUNET_GNSRECORD_EcdsaBlock::derived_key |
Derived key used for signing; hash of this is the query.
Definition at line 242 of file gnunet_gnsrecord_lib.h.
Referenced by block_sign_ecdsa(), GNUNET_GNSRECORD_block_verify(), and GNUNET_GNSRECORD_query_from_block().
struct GNUNET_CRYPTO_EcdsaSignature GNUNET_GNSRECORD_EcdsaBlock::signature |
Signature of the block.
Definition at line 247 of file gnunet_gnsrecord_lib.h.
Referenced by block_sign_ecdsa(), and GNUNET_GNSRECORD_block_verify().
struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_EcdsaBlock::expiration_time |
Expiration time of the block.
Definition at line 252 of file gnunet_gnsrecord_lib.h.
Referenced by block_create_ecdsa(), block_decrypt_ecdsa(), block_sign_ecdsa(), and GNUNET_GNSRECORD_block_verify().