Skip to content

Releases: Varbin/xtea

0.7.1

16 Jun 20:50
584b950
Compare
Choose a tag to compare
  • 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 setting partition_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 and key_size is now in bytes.
  • Skipped 0.7.0 with broken changelog

v0.4.0 - CBC-MAC and bug free CTR

12 Jul 15:25
Compare
Choose a tag to compare

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

12 Jul 13:56
Compare
Choose a tag to compare
Pre-release
[0.4.0] Buggless & PEP compliant CTR | added CBCMAC

v0.3.0-beta

11 Jul 17:59
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release
[0.3.0] Added CFB mode

0.1.1-beta

09 Jul 18:40
Compare
Choose a tag to compare
0.1.1-beta Pre-release
Pre-release
Update README.rst

v0.1-beta

26 Jun 15:12
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release
Update setup.py