Releases: ifduyue/xxtea
Releases · ifduyue/xxtea
v0.2.1
- Fixed: memory leaks
- Use binascii module to encode/decode hex, instead of writing our own C functions.
Full list of changes: v0.2.0...v0.2.1
v0.2.0
This release is NOT compatible with previous versions.
- [NEW] Added PKCS#7 Padding.
- [NEW] Added
encrypt_hex()
anddecrypt_hex()
. - [CHANGE] Removed
xxtea.RESULT_TYPE_HEX
,xxtea.RESULT_TYPE_RAW
, and
xxtea.RESULT_TYPE_DEFAULT
.encrypt()
anddecrypt()
now only
accept two parameters: input data and key.
Full list of changes: v0.1.5...v0.2.0