forked from pool/python-pycryptodome
- 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:
@@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 13:12:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user