++++++++++++++++++++
Resolved issues
---------------
* GH426: The Shamir's secret sharing implementation is not actually compatible with ``ssss``.
Added an optional parameter to enable interoperability.
* GH427: Skip altogether loading of ``gmp.dll`` on Windows.
* GH420: Fix incorrect CFB decryption when the input and the output are the same buffer.
New features
------------
* Speed up Shamir's secret sharing routines. Thanks to ncarve.