2016-02-06 23:59:51 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_PYNACL
|
|
|
|
bool "python-pynacl"
|
|
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Python binding to the Networking and Cryptography (NaCl)
|
|
|
|
library.
|
2016-02-06 23:59:51 +01:00
|
|
|
|
|
|
|
https://pypi.python.org/pypi/PyNaCl
|