2013-12-11 21:27:08 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_PYCRYPTO
|
|
|
|
bool "python-pycrypto"
|
2014-02-18 21:40:12 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
2013-12-11 21:27:08 +01:00
|
|
|
select BR2_PACKAGE_GMP
|
|
|
|
help
|
|
|
|
PyCrypto is a collection of cryptographic algorithms and
|
|
|
|
protocols, implemented for use from Python.
|
|
|
|
|
|
|
|
http://www.pycrypto.org/
|