- Removed `xor_string`, `cyclic_xor_string` and `cyclic_xor_string_unsafe`. - `DEFAULT_ENCODING` and `DEFAULT_ERRORS` are not used anymore, therefore they were removed as well.
Internal
- Improved typing.
3.2.1
No significant changes.
3.2.0
Internal
- Improved typing.
3.1.0
Internal
- Dropped Python 3.7 support.
3.0.1
No significant changes.
3.0.0
- Moved `xor_cipher.extension` imports into `xor_cipher` prelude instead of `xor_cipher.core`. This makes it easy to generate proper documentation and allows to test both python and cython implementations.