* more than double encryption speed * only prepare key on startup * define `Twofish_Byte` and `Twofish_UInt32` as `uint8_t` and `uint32_t` * use `_rotl` and `_rotr` on Windows * include *twofish.h* in sdist * provide Python 2 binaries for Linux and macOS
0.4.0
* Python 2 support * C89 compliance * Improved performance * Windows fixes * AppVeyor testing and deployment
0.3.1
* use `_malloca` instead of a variable length array on Windows * add `-std=c99` to compiler flags on Unix-like systems