GNUnet 0.21.1
KeyCacheLine Struct Reference

Line in cache mapping private keys to public keys. More...

Collaboration diagram for KeyCacheLine:
[legend]

Data Fields

struct GNUNET_CRYPTO_EcdsaPrivateKey key
 A private key. More...
 
struct GNUNET_CRYPTO_EcdsaPublicKey pkey
 Associated public key. More...
 

Detailed Description

Line in cache mapping private keys to public keys.

Definition at line 587 of file gnsrecord_crypto.c.

Field Documentation

◆ key

struct GNUNET_CRYPTO_EcdsaPrivateKey KeyCacheLine::key

A private key.

Definition at line 592 of file gnsrecord_crypto.c.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), and gnunet-chk.Chk::uri().

◆ pkey

struct GNUNET_CRYPTO_EcdsaPublicKey KeyCacheLine::pkey

Associated public key.

Definition at line 597 of file gnsrecord_crypto.c.


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