Sun, 05 May 2024 11:53:55 UTC | login

Information for RPM python3-pycryptodomex-selftest-3.10.1-1.el9s.aarch64.rpm

ID281395
Namepython3-pycryptodomex-selftest
Version3.10.1
Release1.el9s
Epoch
Archaarch64
SummaryPyCryptodome test suite module
DescriptionPyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * Elliptic curves cryptography (NIST P-256 curve only) * Better and more compact API (nonce and iv attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base 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. Note: all modules are installed under the Cryptodome package to avoid conflicts with the PyCrypto library. This package provides the PyCryptodome test suite module (Cryptodome.SelfTest).
Build Time2021-09-13 21:35:07 GMT
Size371.19 KB
035576c5276dc171c8546a10641a1421
LicenseBSD and Public Domain
Buildrootcloud9s-openstack-xena-el9s-build-104656-857111
Provides
python-pycryptodomex-selftest = 3.10.1-1.el9s
python3-pycryptodomex-selftest = 3.10.1-1.el9s
python3-pycryptodomex-selftest(aarch-64) = 3.10.1-1.el9s
python3.9-pycryptodomex-selftest = 3.10.1-1.el9s
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.9
python3-pycryptodomex(aarch-64)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 263 >>>
Name ascending sort Size
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest0.00 B
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher0.00 B
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__init__.py3.62 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__0.00 B
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/__init__.cpython-39.opt-1.pyc1.77 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/__init__.cpython-39.pyc1.77 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/common.cpython-39.opt-1.pyc11.45 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/common.cpython-39.pyc11.45 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_AES.cpython-39.opt-1.pyc49.10 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_AES.cpython-39.pyc49.10 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ARC2.cpython-39.opt-1.pyc3.88 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ARC2.cpython-39.pyc3.88 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ARC4.cpython-39.opt-1.pyc19.78 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ARC4.cpython-39.pyc19.78 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_Blowfish.cpython-39.opt-1.pyc4.66 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_Blowfish.cpython-39.pyc4.66 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CAST.cpython-39.opt-1.pyc2.11 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CAST.cpython-39.pyc2.11 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CBC.cpython-39.opt-1.pyc14.18 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CBC.cpython-39.pyc14.20 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CCM.cpython-39.opt-1.pyc24.79 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CCM.cpython-39.pyc24.87 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CFB.cpython-39.opt-1.pyc10.18 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CFB.cpython-39.pyc10.23 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CTR.cpython-39.opt-1.pyc14.35 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_CTR.cpython-39.pyc14.35 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ChaCha20.cpython-39.opt-1.pyc14.89 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ChaCha20.cpython-39.pyc14.90 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ChaCha20_Poly1305.cpython-39.opt-1.pyc21.61 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_ChaCha20_Poly1305.cpython-39.pyc21.75 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_DES.cpython-39.opt-1.pyc11.93 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_DES.cpython-39.pyc11.93 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_DES3.cpython-39.opt-1.pyc4.19 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_DES3.cpython-39.pyc4.19 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_EAX.cpython-39.opt-1.pyc20.84 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_EAX.cpython-39.pyc20.98 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_GCM.cpython-39.opt-1.pyc25.19 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_GCM.cpython-39.pyc25.21 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OCB.cpython-39.opt-1.pyc17.85 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OCB.cpython-39.pyc17.85 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OFB.cpython-39.opt-1.pyc6.19 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OFB.cpython-39.pyc6.19 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OpenPGP.cpython-39.opt-1.pyc5.79 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_OpenPGP.cpython-39.pyc5.79 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_SIV.cpython-39.opt-1.pyc15.62 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_SIV.cpython-39.pyc15.67 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_Salsa20.cpython-39.opt-1.pyc16.09 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_Salsa20.cpython-39.pyc16.09 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_pkcs1_15.cpython-39.opt-1.pyc8.94 KB
/usr/lib64/python3.9/site-packages/Cryptodome/SelfTest/Cipher/__pycache__/test_pkcs1_15.cpython-39.pyc8.98 KB
Component of No Buildroots