Config.in 410 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_RSA
  2. bool "python-rsa"
  3. depends on BR2_PACKAGE_PYTHON3
  4. select BR2_PACKAGE_PYTHON_PYASN1 # runtime
  5. help
  6. Python-RSA is a pure-Python RSA implementation. It supports
  7. encryption and decryption, signing and verifying signatures,
  8. and key generation according to PKCS\#1 version 1.5. It can
  9. be used as a Python library as well as on the command line.
  10. https://stuvel.eu/rsa