Config.in 653 B

123456789101112131415
  1. config ADK_PACKAGE_LIBGCRYPT
  2. prompt "libgcrypt......................... The GNU crypto library"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBGPG_ERROR
  6. help
  7. This is a general purpose cryptographic library based on the code from
  8. GnuPG. It provides functions for all cryptograhic building blocks:
  9. symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash
  10. algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all
  11. hash algorithms), public key algorithms (RSA, ElGamal, DSA), large
  12. integer functions, random numbers and a lot of supporting functions.
  13. http://directory.fsf.org/security/libgcrypt.html