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://directory.fsf.org/wiki/Nettle
11