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