mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-12 23:03:29 +08:00
ac4e3c02d4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
config BR2_PACKAGE_NETTLE
|
|
bool "nettle"
|
|
select BR2_PACKAGE_GMP
|
|
help
|
|
Nettle is a cryptographic library that is designed to fit easily
|
|
in more or less any context: In crypto toolkits for object-oriented
|
|
languages, in applications like LSH or GNUPG, or even in kernel space
|
|
|
|
http://www.lysator.liu.se/~nisse/nettle/
|