PACKAGE NAME: pycryptodomex-3.14.1-x86_64-1salix15.0.txz PACKAGE LOCATION: ./salix/python PACKAGE SIZE (compressed): 1485 K PACKAGE SIZE (uncompressed): 5940 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: pycryptodomex: pycryptodomex (Python Cryptography Toolkit) pycryptodomex: pycryptodomex: PyCryptodome is a self-contained Python package of low-level pycryptodomex: cryptographic primitives. It supports Python 2.6 or newer, all pycryptodomex: Python 3 versions and PyPy. PyCryptodome is a fork of PyCrypto. pycryptodomex: pycryptodomex: PyCryptodome is not a wrapper to a separate C library like OpenSSL. pycryptodomex: To the largest possible extent, algorithms are implemented in pure pycryptodomex: Python. Only the pieces that are extremely critical to performance pycryptodomex: (e.g. block ciphers) are implemented as C extensions. pycryptodomex: