14
0

- update to 3.9.8:

* GH#426: The Shamir's secret sharing implementation is not actually compatible with ``ssss``.
  Added an optional parameter to enable interoperability.
  * GH#427: Skip altogether loading of ``gmp.dll`` on Windows.
  * GH#420: Fix incorrect CFB decryption when the input and the output are the same buffer.
  * Speed up Shamir's secret sharing routines. Thanks to ncarve.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=37
This commit is contained in:
2020-08-04 14:44:53 +00:00
committed by Git OBS Bridge
parent ed95c510c7
commit 7313a0da72
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pycryptodome
Version: 3.9.7
Version: 3.9.8
Release: 0
Summary: Cryptographic library for Python
License: BSD-2-Clause