Skip to content

v1.0.0

Compare
Choose a tag to compare
@invisal invisal released this 16 Aug 04:12
· 86 commits to master since this release
  • [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.