xref: /OK3568_Linux_fs/buildroot/package/nettle/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_NETTLE
2	bool "nettle"
3	select BR2_PACKAGE_GMP
4	help
5	  Nettle is a cryptographic library that is designed to fit
6	  easily in more or less any context: In crypto toolkits for
7	  object-oriented languages, in applications like LSH or
8	  GNUPG, or even in kernel space
9
10	  https://www.lysator.liu.se/~nisse/nettle/
11