0.2.3
- Apply padding also to messages of blocksize (16 bytes) length before
encryption
0.2.2
- Fixed error when plaintext to encrypt does not need padding
0.2.1
- Fixed error when signed prekey id is zero
0.2.0
- All operations are now to be done on bytes (which is str in py2),
removing all the need for decode/encode mumbo jumbo that was used in this lib
- Updated implementation of KeyHelper.generateRegistrationId to generate
values up to 16380 by default, and allow extending to 2147483647
- v2 messages are now not supported
- Use PKCS7 from cryptography lib for padding instead of own
implementation.