Line in cache mapping private keys to public keys. More...
Data Fields | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | key |
A private key. More... | |
struct GNUNET_CRYPTO_EcdsaPublicKey | pkey |
Associated public key. More... | |
Line in cache mapping private keys to public keys.
Definition at line 587 of file gnsrecord_crypto.c.
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().
struct GNUNET_CRYPTO_EcdsaPublicKey KeyCacheLine::pkey |
Associated public key.
Definition at line 597 of file gnsrecord_crypto.c.