Tue, 09 Jul 2024 16:16:41 UTC | login

Information for RPM python2-pycryptodomex-3.8.1-3.fc31.riscv64.rpm

ID435690
Namepython2-pycryptodomex
Version3.8.1
Release3.fc31
Epoch
Archriscv64
SummaryA self-contained cryptographic library for Python
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.
Build Time2019-08-02 16:04:14 GMT
Size7.13 MB
ba83b840eb26195c1026236c6046db67
LicenseBSD and Public Domain
Buildrootf31-build-67291-30002
Provides
python2-pycryptodomex = 3.8.1-3.fc31
python2-pycryptodomex(riscv-64) = 3.8.1-3.fc31
python2.7dist(pycryptodomex) = 3.8.1
python2dist(pycryptodomex) = 3.8.1
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
/usr/bin/sh
gmp(riscv-64)
ld-linux-riscv64-lp64d.so.1()(64bit)
ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.27)(64bit)
libtomcrypt.so.1()(64bit)
python(abi) = 2.7
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
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
<<< 51 through 100 of 976 >>>
Name Size descending sort
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt84.17 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt83.93 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt82.74 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp79.48 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt76.59 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp76.11 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp76.10 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp76.10 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json74.32 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/Signature/test_vectors/ECDSA/SigGen.txt71.38 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_AES.py70.14 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json59.58 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json58.36 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp57.70 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp54.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp54.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp54.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp53.60 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp50.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp50.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp50.73 KB
/usr/share/man/man1/pycryptodome.1.gz49.64 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json47.15 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/PublicKey/test_import_ECC.py47.10 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp46.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_dss.pyc45.89 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_dss.pyo45.59 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Signature/test_dss.py45.19 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/PublicKey/test_import_ECC.pyc42.86 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp42.75 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp42.75 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp42.75 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/PublicKey/test_import_ECC.pyo42.23 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp39.73 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Math/test_Numbers.pyc39.71 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp39.63 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp39.62 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp39.62 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Math/test_Numbers.pyo39.46 KB
/usr/lib64/python2.7/site-packages/Cryptodome/PublicKey/ECC.py39.19 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_GCM.py37.32 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp36.50 KB
/usr/lib64/python2.7/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp36.50 KB
Component of No Buildroots