summaryrefslogtreecommitdiffstats
path: root/rules/libgcrypt.in
blob: b425929bb811f8f2d158be3080c0365b3c7f91e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config LIBGCRYPT
	tristate
	select LIBCAP
	select LIBGPG_ERROR
	prompt "libgcrypt"
	help
	  LGPL Crypto library

	  libgcrypt contains cryptographic functions.  Many important
	  free ciphers, hash algorithms and public key signing
	  algorithms have been implemented: arcfour, blowfish, cast5,
	  DSA, DSA2, des, 3DES, elgamal, MD5, rijndael, RMD160, RSA,
	  SEED, SHA1, SHA-384, SHA-512, twofish, tiger.