The public information of an RSA key pair. More...
Data Fields | |
gcry_sexp_t | sexp |
Libgcrypt S-expression for the RSA public key. More... | |
The public information of an RSA key pair.
Definition at line 52 of file crypto_rsa.c.
gcry_sexp_t GNUNET_CRYPTO_RsaPublicKey::sexp |
Libgcrypt S-expression for the RSA public key.
Definition at line 57 of file crypto_rsa.c.
Referenced by GNUNET_CRYPTO_rsa_public_key_dup(), and rsa_sign_mpi().