GNUnet 0.21.1

universal block for keyword and namespace search results More...

#include <block_fs.h>

Collaboration diagram for UBlock:
[legend]

Data Fields

struct GNUNET_CRYPTO_EcdsaSignature signature
 Signature using pseudonym and search keyword / identifier. More...
 
struct GNUNET_CRYPTO_EccSignaturePurpose purpose
 What is being signed and why? More...
 
struct GNUNET_CRYPTO_EcdsaPublicKey verification_key
 Public key used to sign this block. More...
 

Detailed Description

universal block for keyword and namespace search results

Definition at line 53 of file block_fs.h.

Field Documentation

◆ signature

struct GNUNET_CRYPTO_EcdsaSignature UBlock::signature

Signature using pseudonym and search keyword / identifier.

Definition at line 58 of file block_fs.h.

Referenced by block_plugin_fs_check_block(), and GNUNET_FS_publish_ublock_().

◆ purpose

struct GNUNET_CRYPTO_EccSignaturePurpose UBlock::purpose

What is being signed and why?

Definition at line 63 of file block_fs.h.

Referenced by block_plugin_fs_check_block(), and GNUNET_FS_publish_ublock_().

◆ verification_key

struct GNUNET_CRYPTO_EcdsaPublicKey UBlock::verification_key

Public key used to sign this block.

Definition at line 68 of file block_fs.h.

Referenced by block_plugin_fs_check_block(), block_plugin_fs_get_key(), GNUNET_FS_publish_ublock_(), process_kblock(), and process_kblock_for_unindex().


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