Fri, 27 Sep 2024 17:25:10 UTC | login

Information for RPM python2-pycryptodomex-selftest-3.9.7-1.fc33.riscv64.rpm

ID561561
Namepython2-pycryptodomex-selftest
Version3.9.7
Release1.fc33
Epoch
Archriscv64
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 Time2020-03-27 19:59:08 GMT
Size8.76 MB
7d3659da136a2faea7b9a77c2d7430d2
LicenseBSD and Public Domain
Buildrootf33-build-129673-40719
Provides
python2-pycryptodomex-selftest = 3.9.7-1.fc33
python2-pycryptodomex-selftest(riscv-64) = 3.9.7-1.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
/usr/bin/sh
python(abi) = 2.7
python2-pycryptodomex(riscv-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 600 >>>
Name ascending sort Size
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest0.00 B
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher0.00 B
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/__init__.py3.62 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/__init__.pyc2.36 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/__init__.pyo2.36 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/common.py16.62 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/common.pyc14.77 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/common.pyo14.77 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_AES.py70.14 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_AES.pyc72.28 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_AES.pyo72.28 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC2.py6.40 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC2.pyc5.50 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC2.pyo5.50 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC4.py24.17 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC4.pyc21.91 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ARC4.pyo21.91 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_Blowfish.py7.15 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_Blowfish.pyc6.87 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_Blowfish.pyo6.87 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CAST.py3.29 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CAST.pyc3.04 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CAST.pyo3.04 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CBC.py19.34 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CBC.pyc18.98 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CBC.pyo18.86 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CCM.py37.15 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CCM.pyc32.20 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CCM.pyo32.07 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CFB.py15.78 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CFB.pyc13.95 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CFB.pyo13.78 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CTR.py20.90 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CTR.pyc17.89 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_CTR.pyo17.89 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20.py19.55 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20.pyc17.51 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20.pyo17.48 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.py30.34 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.pyc29.37 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.pyo29.11 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES.py15.65 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES.pyc13.96 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES.pyo13.96 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES3.py6.57 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES3.pyc5.84 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_DES3.pyo5.81 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_EAX.py28.80 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_EAX.pyc27.40 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_EAX.pyo27.18 KB
Component of No Buildroots