Releases: ifduyue/xxtea
Releases · ifduyue/xxtea
v3.2.0
v3.1.0
v3.0.0
v2.0.0
- Drop support for EOL Python 2.6, 3.2 and 3.3
- Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#'
Full list of changes: v1.3.0...v2.0.0
v1.3.0
- Fixed a memory leak in decrypt_hex
- Deploy wheels automatically
- Support specifying rounds
Full list of changes: v1.2.0...v1.3.0
v1.2.0
- Added an option to disable padding
Full list of changes: v1.1.0...v1.2.0
v1.1.0
- Test on appveyor
- Use
unsigned int
instead ofuint32_t
Full list of changes: v1.0.2...v1.1.0
v1.0.2
- Check padding char.
Full list of changes: v1.0.1...v1.0.2
v1.0.1
- Check upper bound in longs2bytes.
Full list of changes: v1.0...v1.0.1
v1.0
- Fixed: unbound write
- Changed: raises ValueError instead of TypeError
Full list of changes: v0.2.1...v1.0