Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Releases: matrix-org/browser-encrypt-attachment

v0.3.0

23 Nov 16:16
v0.3.0

Choose a tag to compare

Changes in 0.3.0 (2016-11-23)

Full Changelog

Changes:

  • Set the 64 bit counter to 0 to avoid overflow to make Android compatibility easier. (PR #4)

v0.2.0

22 Nov 19:21
v0.2.0

Choose a tag to compare

Changes in 0.2.0 (2016-11-22)

Full Changelog

Breaking changes:

  • Use a 64 bit counter in AES-CTR to make iOS compatibility easier. (PR #3)

v0.1.0

11 Nov 11:54
v0.1.0

Choose a tag to compare

Changes in 0.1.0 (2016-11-11)

Full Changelog

Breaking changes:

  • Use AES-CTR rather than AES-GCM to make iOS compatibility easier. (PR #2)