- update to 3.12.0:
* ECC keys in the SEC1 format can be exported and imported. * Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185). * Add support for KangarooTwelve. * GH#563: An asymmetric key could not be imported as a ``memoryview``. * GH#566: cSHAKE128/256 generated a wrong output for customization strings * GH#582: CBC decryption generated the wrong plaintext when the input and the output were the same buffer. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=44
This commit is contained in:
parent
f5861bd780
commit
2f5bf9c4dd
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 13:19:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.12.0:
|
||||
* ECC keys in the SEC1 format can be exported and imported.
|
||||
* Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185).
|
||||
* Add support for KangarooTwelve.
|
||||
* GH#563: An asymmetric key could not be imported as a ``memoryview``.
|
||||
* GH#566: cSHAKE128/256 generated a wrong output for customization strings
|
||||
* GH#582: CBC decryption generated the wrong plaintext when the input and the output were the same buffer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 22:36:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-pycryptodome
|
||||
Version: 3.11.0
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Cryptographic library for Python
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:401b147d44eb9cfe075883ea8748bbb5e9cdfcb936a03f4dcbdef6d095f17073
|
||||
size 15555515
|
3
v3.12.0.tar.gz
Normal file
3
v3.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d08b9799b6c5b9c99219b775066234d73f3007f5dab4189e33a7c3581507ee57
|
||||
size 15130980
|
Loading…
x
Reference in New Issue
Block a user