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