DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gcrypt.info.gz) Available asymmetric algorithms

Info Catalog (gcrypt.info.gz) Public Key cryptography (II) (gcrypt.info.gz) Working with sets of data
 
 8.1 Available asymmetric algorithms
 ===================================
 
 Libgcrypt supports the RSA (Rivest-Shamir-Adleman) algorithms as well
 as DSA (Digital Signature Algorithm) and ElGamal.  The versatile
 interface allows to add more algorithms in the future.
 
  -- Data type: gcry_ac_id_t
      The following constants are defined for this type:
 
     `GCRY_AC_RSA'
           Riven-Shamir-Adleman
 
     `GCRY_AC_DSA'
           Digital Signature Algorithm
 
     `GCRY_AC_ELG'
           ElGamal
 
     `GCRY_AC_ELG_E'
           ElGamal, encryption only.
 
Info Catalog (gcrypt.info.gz) Public Key cryptography (II) (gcrypt.info.gz) Working with sets of data
automatically generated byinfo2html