xref: /OK3568_Linux_fs/buildroot/package/libmhash/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBMHASH
2*4882a593Smuzhiyun	bool "libmhash"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Mhash is a free (under GNU Lesser GPL) library which provides
5*4882a593Smuzhiyun	  a uniform interface to a large number of hash algorithms.
6*4882a593Smuzhiyun	  These algorithms can be used to compute checksums, message
7*4882a593Smuzhiyun	  digests, and other signatures.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://mhash.sourceforge.net/
10