delivrance
released this
Notable Changes
- Added a new AES mode:
AES256-CBC, used for encrypted passport credentials. - Implemented input validation checks (addressed issue #6).
- Added lots of tests for each mode: using public known vectors as well as random ones.
- Released the GIL when calling expensive functions that don't deal with Python objects (contributed by @YoilyL in #8).
- Wheels are now automatically built and tested using Travis CI (Linux, macOS) and AppVeyor (Windows), for both 32-bit and 64-bit architectures.
- Updated usage examples.
Assets
2
delivrance
released this
Notable changes
- Performance improvements.
- API methods renamed: added "256" to mode suffixes to make it clear is AES-256.
- CTR mode can now be used as a truly stream cipher.
- Usage examples updated.
Assets
2
delivrance
released this
Notable changes
- Small fixes to make it compile in old python environments.
Assets
2
delivrance
released this
Notable changes
- Updated package info
Assets
2
delivrance
released this
Notable changes
- Development status to Production/Stable.
Assets
2
delivrance
released this
Notable changes
- Fixed PyPI's README.
Assets
2
delivrance
released this
Notable changes
- Initial release.