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-pycryptodomex?expand=0&rev=18
This commit is contained in:
2020-08-04 14:40:58 +00:00
committed by Git OBS Bridge
parent 588722651c
commit 1e3b370b31
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 4 14:36:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Fri Feb 28 21:52:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d44ceeace26b74eab324809862a3ee3ba3fc8166aa79f79cc22b0d7574c0171b
size 15546956

3
v3.9.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d20cf8a4355a21e8dfd33372e7fab22af91d81cbcb48f413b4052820a631e2dd
size 15553146