GNUnet 0.21.1
GNUNET_CRYPTO_RsaPublicKey Struct Reference

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

Data Fields

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

Detailed Description

The public information of an RSA key pair.

Definition at line 52 of file crypto_rsa.c.

Field Documentation

◆ sexp

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


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