v1.0.0
- [Breaking Change] All the encryption and decryption method now are promise-based. Make it easier to switch to WebCrypto if available.
- Now it will try to use WebCrypto if available. Otherwise, we will fallback to our Javascript implementation.