universal block for keyword and namespace search results More...
#include <block_fs.h>
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... | |
universal block for keyword and namespace search results
Definition at line 53 of file block_fs.h.
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_().
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_().
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().