source: freewrt/package/libgcrypt/Config.in@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 669 bytes
Line 
1config BR2_PACKAGE_LIBGCRYPT
2 prompt "libgcrypt......................... The GNU crypto library"
3 tristate
4 default m if CONFIG_DEVEL
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
Note: See TracBrowser for help on using the repository browser.