2015-10-29 08:13:01 +01:00
|
|
|
config BR2_PACKAGE_LIBUECC
|
|
|
|
bool "libuecc"
|
2015-11-19 11:17:48 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-10-29 08:13:01 +01:00
|
|
|
help
|
|
|
|
Very small Elliptic Curve Cryptography library
|
|
|
|
|
|
|
|
http://git.universe-factory.net/libuecc
|
2015-11-19 11:17:48 +01:00
|
|
|
|
|
|
|
comment "libuecc needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|