Releases: Varbin/xtea
Releases · Varbin/xtea
0.7.1
- Improved tests
- PEP8-style formatting
- Unittests: Counter, modes (but not results of them!), test vectors
- [BREAKING CHANGE] Counter class is now in xtea.counter
- Python 3.3 is not tested anymore on Travis CI
- [BREAKING CHANGE] CFB mode is now correctly implemented.
By settingpartition_size
it is possible to set the
internal partition size (in bits) as per PEP-272. - Python 3: An optional C extension improves speed upto a factor of 10.
- [BREAKING CHANGE]
block_size
andkey_size
is now in bytes. - Skipped 0.7.0 with broken changelog
v0.4.0 - CBC-MAC and bug free CTR
Added the CBC-MAC (authentication) and a bug free CTR. With this it should be possible to add the CCM mode.
v0.4.0-beta - CBC-MAC & bugless CTR
[0.4.0] Buggless & PEP compliant CTR | added CBCMAC
v0.3.0-beta
[0.3.0] Added CFB mode
0.1.1-beta
Update README.rst