* API documentation is made with sphinx instead of epydoc. * Start using ``importlib`` instead of ``imp`` where available.
Resolved issues ---------------
* GH82. Fixed PEM header for RSA/DSA public keys.
3.4.6
Not secure
+++++++++++++++++++++++
Resolved issues ---------------
* GH65. Keccak, SHA3, SHAKE and the seek functionality for ChaCha20 were not working on big endian machines. Fixed. Thanks to Mike Gilbert. * A few fixes in the documentation.
3.4.5
Not secure
+++++++++++++++++++++++
Resolved issues ---------------
* The library can also be compiled using MinGW.
3.4.4
Not secure
+++++++++++++++++++++++
Resolved issues ---------------
* Removed use of ``alloca()``. * [Security] Removed implementation of deprecated "quick check" feature of PGP block cipher mode. * Improved the performance of ``scrypt`` by converting some Python to C.
3.4.3
Not secure
+++++++++++++++++++++++
Resolved issues ---------------
* Undefined warning was raised with libgmp version < 5 * Forgot inclusion of ``alloca.h`` * Fixed a warning about type mismatch raised by recent versions of cffi
3.4.2
++++++++++++++++++++
Resolved issues ---------------
* Fix renaming of package for ``install`` command.