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.7.2.tar.gz | 0009309831 8.88 MB | |
python-pycryptodome.changes | 0000009242 9.03 KB | |
python-pycryptodome.spec | 0000003639 3.55 KB |
Revision 19 (latest revision is 69)
Dirk Mueller (dirkmueller)
accepted
request 652657
from
Hans-Peter Jansen (frispete)
(revision 19)
- Update to 3.7.2 - Resolved issues * GH#242: Fixed compilation problem on ARM platforms. - Update to 3.7.1 - New features * Added type stubs to enable static type checking with mypy. Thanks to Michael Nix. * New ``update_after_digest`` flag for CMAC. - Resolved issues * GH#232: Fixed problem with gcc 4.x when compiling ``ghash_clmul.c``. * GH#238: Incorrect digest value produced by CMAC after cloning the object. * Method ``update()`` of an EAX cipher object was returning the underlying CMAC object, instead of the EAX object itself. * Method ``update()`` of a CMAC object was not throwing an exception after the digest was computed (with ``digest()`` or ``verify()``). - checked in python-pycrytodomex as separate package on request of Dirk Müller - fixed source url - Update to 3.7.0 - New features * Added support for Poly1305 MAC (with AES and ChaCha20 ciphers for key derivation). * Added support for ChaCha20-Poly1305 AEAD cipher. * New parameter output for Crypto.Util.strxor.strxor,
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.