GNUnet 0.21.1
GNUNET_GNSRECORD_EcdsaBlock Struct Reference

Information we have in an encrypted block with record data (i.e. More...

#include <gnunet_gnsrecord_lib.h>

Collaboration diagram for GNUNET_GNSRECORD_EcdsaBlock:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ derived_key

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().

◆ signature

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().

◆ expiration_time

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().


The documentation for this struct was generated from the following file: