GNUnet 0.21.1
GNUNET_CRYPTO_RsaPrivateKey Struct Reference

The private information of an RSA key pair. More...

Data Fields

gcry_sexp_t sexp
 Libgcrypt S-expression for the RSA private key. More...
 

Detailed Description

The private information of an RSA key pair.

Definition at line 40 of file crypto_rsa.c.

Field Documentation

◆ sexp

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().


The documentation for this struct was generated from the following file: