update to new upstream release (v1.4.2),
[openwrt.git] / package / libgcrypt / Config.in
1 config BR2_PACKAGE_LIBGCRYPT
2         tristate "libgcrypt - The GNU crypto library"
3 #       default m if CONFIG_DEVEL
4         default n
5         select BR2_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          
14          http://directory.fsf.org/security/libgcrypt.html
15