- Nothing changed yet.
- Support ARGON2ID.
- Add ARGON2_TYPES constant.
- Python 3.6 support.
- Close worker pool explicitly. For CPython this makes no difference, but for a Python implementation without reference counting, like PyPy, this will drastically decrease memory usage. (Eli Collins)
- Add use_threads flag to use threads instead of processes. (Eli Collins)
- Add ARGON2_VERSIONS constant. (Eli Collins)
- Support and switch the default to Argon2 v1.3
- Fix setup.py typo. (Fixes #1)
Thanks to: Eli Collins
Performance improvements.
- Faster XORing of blocks.
- Use multiple threads if possible.
- Initial release.