Next: Working with sets of data, Up: AC Interface [Contents][Index]
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.
The following constants are defined for this type:
GCRY_AC_RSARivest-Shamir-Adleman
GCRY_AC_DSADigital Signature Algorithm
GCRY_AC_ELGElgamal
GCRY_AC_ELG_EElgamal, encryption only.