1config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY 2 bool "python-cryptography" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4 select BR2_PACKAGE_OPENSSL 5 select BR2_PACKAGE_PYTHON_CFFI # runtime 6 help 7 cryptography is a package designed to expose cryptographic 8 primitives and recipes to Python developers. 9 10 https://cryptography.io 11