GNUnet 0.21.1
GNUNET_GNSRECORD_EddsaBlock 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_EddsaBlock:
[legend]

Data Fields

struct GNUNET_CRYPTO_EddsaPublicKey derived_key
 Derived key used for signing; hash of this is the query. More...
 
struct GNUNET_CRYPTO_EddsaSignature 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 261 of file gnunet_gnsrecord_lib.h.

Field Documentation

◆ derived_key

struct GNUNET_CRYPTO_EddsaPublicKey GNUNET_GNSRECORD_EddsaBlock::derived_key

Derived key used for signing; hash of this is the query.

Definition at line 266 of file gnunet_gnsrecord_lib.h.

Referenced by block_sign_eddsa(), GNUNET_GNSRECORD_block_verify(), and GNUNET_GNSRECORD_query_from_block().

◆ signature

struct GNUNET_CRYPTO_EddsaSignature GNUNET_GNSRECORD_EddsaBlock::signature

Signature of the block.

Definition at line 271 of file gnunet_gnsrecord_lib.h.

Referenced by block_sign_eddsa(), and GNUNET_GNSRECORD_block_verify().

◆ expiration_time

struct GNUNET_TIME_AbsoluteNBO GNUNET_GNSRECORD_EddsaBlock::expiration_time

Expiration time of the block.

Definition at line 276 of file gnunet_gnsrecord_lib.h.

Referenced by block_create_eddsa(), block_decrypt_eddsa(), block_sign_eddsa(), and GNUNET_GNSRECORD_block_verify().


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