Fri, 27 Sep 2024 14:32:28 UTC | login

Information for RPM python3-pycryptodomex-3.19.0-1.fc40.riscv64.rpm

ID1050735
Namepython3-pycryptodomex
Version3.19.0
Release1.fc40
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 Time2023-10-24 16:53:50 GMT
Size1.22 MB
e2c3d911c716fecbdbd33855a7d22461
LicenseBSD-2-Clause AND LicenseRef-Fedora-Public-Domain
Buildrootf40-build-731121-103631
Provides
python-pycryptodomex = 3.19.0-1.fc40
python3-pycryptodomex = 3.19.0-1.fc40
python3-pycryptodomex(riscv-64) = 3.19.0-1.fc40
python3.12-pycryptodomex = 3.19.0-1.fc40
python3.12dist(pycryptodomex) = 3.19
python3dist(pycryptodomex) = 3.19
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
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) = 3.12
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 537 >>>
Name ascending sort Size
/usr/lib/.build-id/b0/4c6ff9067cd100f0ccfca1f2a6382ae12dc26278.00 B
/usr/lib/.build-id/b70.00 B
/usr/lib/.build-id/b7/c1c8a16394b2f79a5fe8721c0106bb4f3fde0582.00 B
/usr/lib/.build-id/b90.00 B
/usr/lib/.build-id/b9/2537cef6e3d550ce2018507c46aa5ccd2476bb78.00 B
/usr/lib/.build-id/cd0.00 B
/usr/lib/.build-id/cd/0562dd424343d4733683cfe488fe0f862409cb81.00 B
/usr/lib/.build-id/ce0.00 B
/usr/lib/.build-id/ce/61e9eb187823c6f33586246fece119c9a10def86.00 B
/usr/lib/.build-id/d00.00 B
/usr/lib/.build-id/d0/0203fcf211f91ad2620708c64a2e225d12583978.00 B
/usr/lib/.build-id/d30.00 B
/usr/lib/.build-id/d3/0d7db6f795e88fe5c3ea2d2d00b2a75e9ba7d981.00 B
/usr/lib/.build-id/d80.00 B
/usr/lib/.build-id/d8/a06585374d185eac7d010a4b2807e20d76b55981.00 B
/usr/lib/.build-id/d90.00 B
/usr/lib/.build-id/d9/df89671c177aa1fe9143887ec1db73a62ff9a281.00 B
/usr/lib/.build-id/e50.00 B
/usr/lib/.build-id/e5/3f573ab097216bc9419130191dae8269d7a02a81.00 B
/usr/lib/.build-id/ea0.00 B
/usr/lib/.build-id/ea/024ea09eeb7f62e50ad26a15f59b7fd4fdecdf78.00 B
/usr/lib/.build-id/f80.00 B
/usr/lib/.build-id/f8/80b0a88cf78a2fc9933f0008873a94726b40bf76.00 B
/usr/lib/.build-id/fe0.00 B
/usr/lib/.build-id/fe/204f6b7efea3cdbafcb45b301f2612624b74a986.00 B
/usr/lib64/python3.12/site-packages/Cryptodome0.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher0.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/AES.py8.74 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/AES.pyi3.58 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ARC2.py6.86 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ARC2.pyi1013.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ARC4.py5.01 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ARC4.pyi422.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/Blowfish.py5.84 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/Blowfish.pyi1.02 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/CAST.py5.94 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/CAST.pyi1014.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ChaCha20.py10.50 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ChaCha20.pyi773.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ChaCha20_Poly1305.py11.32 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/ChaCha20_Poly1305.pyi1.05 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/DES.py5.82 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/DES.pyi994.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/DES3.py6.78 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/DES3.pyi1.04 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/PKCS1_OAEP.py8.67 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/PKCS1_OAEP.pyi1.16 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/PKCS1_v1_5.py7.98 KB
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/PKCS1_v1_5.pyi690.00 B
/usr/lib64/python3.12/site-packages/Cryptodome/Cipher/Salsa20.py6.22 KB
Component of
1 through 6 of 6
Buildroot descending sort Created State
f40-build-777809-129509 2024-02-21 09:13:03 expired
f40-build-775247-128052 2024-01-16 13:26:53 expired
f40-build-767039-124572 2023-12-27 16:04:58 expired
f40-build-765206-123324 2023-12-19 16:11:39 expired
f40-build-761949-121676 2023-12-14 16:00:17 expired
f40-build-753086-117039 2023-12-03 15:03:07 expired