Line in cache mapping private keys to public keys. More...
Data Fields | |
| struct GNUNET_CRYPTO_EcdsaPrivateKey | key |
| A private key. | |
| struct GNUNET_CRYPTO_EcdsaPublicKey | pkey |
| Associated public key. | |
Line in cache mapping private keys to public keys.
Definition at line 588 of file gnsrecord_crypto.c.
| struct GNUNET_CRYPTO_EcdsaPrivateKey KeyCacheLine::key |
| struct GNUNET_CRYPTO_EcdsaPublicKey KeyCacheLine::pkey |
Associated public key.
Definition at line 598 of file gnsrecord_crypto.c.