2
1

Config.in 279 B

123456789
  1. config BR2_PACKAGE_PYTHON_PYCRYPTO
  2. bool "python-pycrypto"
  3. depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
  4. select BR2_PACKAGE_GMP
  5. help
  6. PyCrypto is a collection of cryptographic algorithms and
  7. protocols, implemented for use from Python.
  8. http://www.pycrypto.org/