14
0

- 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-pycryptodomex?expand=0&rev=25
This commit is contained in:
2021-12-11 20:45:03 +00:00
committed by Git OBS Bridge
parent ea7c863b6f
commit 533cf5395a
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-pycryptodomex
Version: 3.11.0
Version: 3.12.0
Release: 0
Summary: Cryptographic library for Python
License: BSD-2-Clause