- Browser version of sttp in bundle.sttp.js
- Typo in index.js that makes impossible to use AuthKeyPacker
Incomatible with older versions
- Moves AES implementation to outer package zaes-js
- Replaces inner compresser with lz-string.js
- Replaces inner rsa implementation with node-rsa
- Removes unused code(hash, utils)
- Changes module start script
- keys module for generating AES and RSA keys
- Own RSA, AES and compression implementations