![]() |
GNUnet
0.11.x
|
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 39 of file crypto_rsa.c.
gcry_sexp_t GNUNET_CRYPTO_RsaPrivateKey::sexp |
Libgcrypt S-expression for the RSA private key.
Definition at line 44 of file crypto_rsa.c.
Referenced by GNUNET_CRYPTO_rsa_private_key_create(), GNUNET_CRYPTO_rsa_private_key_decode(), GNUNET_CRYPTO_rsa_private_key_dup(), GNUNET_CRYPTO_rsa_private_key_encode(), GNUNET_CRYPTO_rsa_private_key_free(), GNUNET_CRYPTO_rsa_private_key_get_public(), and rsa_sign_mpi().