The private information of an RSA key pair. More...
Data Fields | |
gcry_sexp_t | sexp |
Libgcrypt S-expression for the RSA private key. More... | |
The private information of an RSA key pair.
Definition at line 40 of file crypto_rsa.c.
gcry_sexp_t GNUNET_CRYPTO_RsaPrivateKey::sexp |
Libgcrypt S-expression for the RSA private key.
Definition at line 45 of file crypto_rsa.c.
Referenced by GNUNET_CRYPTO_rsa_private_key_dup(), and GNUNET_CRYPTO_rsa_private_key_get_public().