Package python3-module-pycryptodomex: Information

    Source package: python3-module-pycryptodomex
    Version: 3.9.9-alt2
    Build time:  Apr 13, 2022, 12:54 PM in the task #297611
    Report package bug
    License: BSD-2-Clause
    Summary: A self-contained cryptographic library for Python
    Description: 
    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):
    - Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
    - Accelerated AES on Intel platforms via AES-NI
    - First class support for PyPy
    - Elliptic curves cryptography (NIST P-256, P-384 and P-521 curves 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), truncated SHA-512 and BLAKE2 hash algorithms
    - Salsa20 and ChaCha20/XChaCha20 stream ciphers
    - Poly1305 MAC
    - ChaCha20-Poly1305 and XChaCha20-Poly1305 authenticated ciphers
    - scrypt, bcrypt and HKDF derivation functions
    - 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)
    - Simplified install process, including better support for Windows
    - Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
    - Major clean ups and simplification of the code base

    List of rpms provided by this srpm:
    python3-module-pycryptodomex (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-pycryptodomex-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Andrey Cherepanov

    List of contributors:
    Andrey Cherepanov

      1. python3-dev
      2. python3-module-setuptools
      3. python3-module-setuptools
      4. python3-module-sphinx
      5. rpm-build-python3
      6. libtomcrypt-devel

    Last changed


    June 28, 2021 Andrey Cherepanov 3.9.9-alt2
    - Provides python3(pycryptodomex).
    Nov. 2, 2020 Andrey Cherepanov 3.9.9-alt1
    - New version.
    Aug. 14, 2020 Andrey Cherepanov 3.9.8-alt1
    - Initial build for Sisyphus