GNUnet 0.24.1-16-gbc519cf4b
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.

◆ 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: