Added nettle library

This commit is contained in:
Nikos Mavrogiannopoulos
2014-06-03 18:17:11 +02:00
parent d75138e412
commit 298e3117b7
7 changed files with 3670 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# nettle avanced configuration
menu "Configuration"
depends on PACKAGE_libnettle
config LIBNETTLE_MINI
bool "use mini-gmp instead of gmp; the library will be much smaller at a 10x performance penalty. Note that this option may have side effects to programs that link to both nettle and gmp."
endmenu