python-pycryptodome
No description set
- Devel package for openSUSE:Factory
-
13
derived packages
- Links to openSUSE:Factory / python-pycryptodome
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-pycryptodome && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pycryptodome-3.6.3.tar.gz | 0007137049 6.81 MB | |
python-pycryptodome.changes | 0000005744 5.61 KB | |
python-pycryptodome.spec | 0000003496 3.41 KB | |
python-pycryptodomex.changes | 0000000181 181 Bytes | |
python-pycryptodomex.spec | 0000003337 3.26 KB |
Revision 12 (latest revision is 69)
Tomáš Chvátal (scarabeus_iv)
accepted
request 620465
from
Hans-Peter Jansen (frispete)
(revision 12)
- Update to 3.6.3 (21 June 2018) - Resolved issues * GH#175: Fixed incorrect results for CTR encryption/decryption with more than 8 blocks. - Update to 3.6.2 (19 June 2018) - New features * ChaCha20 accepts 96 bit nonces (in addition to 64 bit nonces) as defined in RFC7539. * Accelerate AES-GCM on x86 using PCLMULQDQ instruction. * Accelerate AES-ECB and AES-CTR on x86 by pipelining AESNI instructions. * As result of the two improvements above, on x86 (Broadwell): - AES-ECB and AES-CTR are 3x faster - AES-GCM is 9x faster - Resolved issues * On Windows, MPIR library was stilled pulled in if renamed to ``gmp.dll``. - Breaks in compatibility * In ``Crypto.Util.number``, functions ``floor_div`` and ``exact_div`` have been removed. Also, ``ceil_div`` is limited to non-negative terms only. - suggesting libgmp10 and python-cffi - add license file tag - version 3.6.3: new build derived from python-pycryptodome 3.6.3
Comments 3
One question.
Why Provides: python-pycrypto?
pycryptodome is a fork from pycrypto. So i think that are difference pakages.
Becausey pycrypto is dead since 2013 https://pypi.org/project/pycrypto/#history
Ah okay. Thank you for that information.