Fix Provides in python3 subpackage
PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
PyCryptodome is a fork of PyCrypto. It brings the following enhancements with respect to the last official version of PyCrypto (2.6.1):
nonce
and iv
attributes for ciphers,
automatic generation of random nonces and IVs, simplified CTR cipher mode,
and more)PyCryptodome is not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions.
Please login to add feedback.
This update has been submitted for testing by melmorabity.
This update has obsoleted python-pycryptodomex-3.4.12-2.fc26, and has inherited its bugs and notes.
This update has been obsoleted by python-pycryptodomex-3.5.0-1.fc26.