pycryptodome 3.6.1-2build2 source package in Ubuntu

Changelog

pycryptodome (3.6.1-2build2) disco; urgency=medium

  * No-change rebuild to build without python3.6 support.

 -- Matthias Klose <email address hidden>  Sat, 03 Nov 2018 12:08:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Disco
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pycryptodome_3.6.1.orig.tar.gz 6.8 MiB 15013007e393d0cc0e69f4329a47c4c8597b7f3d02c12c03f805405542f70c71
pycryptodome_3.6.1-2build2.debian.tar.xz 9.8 KiB 660f1dce07c24a2977e234c4a0797a14f7b7286bbe763ec4f52086ab19ccbc31
pycryptodome_3.6.1-2build2.dsc 2.3 KiB 2063464cf6db46cfc32ac8aab31bdedcd0fe2e6094f6ee5e262d28e9d1105c97

Available diffs

View changes file

Binary packages built by this source

python-pycryptodome: No summary available for python-pycryptodome in ubuntu disco.

No description available for python-pycryptodome in ubuntu disco.

python-pycryptodome-dbgsym: No summary available for python-pycryptodome-dbgsym in ubuntu disco.

No description available for python-pycryptodome-dbgsym in ubuntu disco.

python-pycryptodome-doc: cryptographic Python library (documentation)

 PyCryptodome is a self-contained Python package of low-level
 cryptographic primitives.
 .
 PyCryptodome is 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
   * First class support for PyPy
   * 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)
   * 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
 .
 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.
 .
 This is the documentation package.

python3-pycryptodome: No summary available for python3-pycryptodome in ubuntu disco.

No description available for python3-pycryptodome in ubuntu disco.

python3-pycryptodome-dbgsym: No summary available for python3-pycryptodome-dbgsym in ubuntu disco.

No description available for python3-pycryptodome-dbgsym in ubuntu disco.