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