Skip to content

Commit

Permalink
Expose new method OlmMachine.openWithKey (#119)
Browse files Browse the repository at this point in the history
* Expose new method `OlmMachine.openWithKey`

... allowing the application to pass in the key directly if they have a
cryptographically-secure key.
  • Loading branch information
richvdh authored May 22, 2024
1 parent 3c707d0 commit de01238
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 106 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# UNRELEASED

- Expose new constructor function `OlmMachine.openWithKey()`.
([#119](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/119))

- Add `OlmMachine.importSecretsBundle()` and `OlmMachine.exportSecretsBundle()`
methods as well as the `SecretsBundle` class to import end-to-end encryption
secrets in a bundled manner.
Expand All @@ -11,7 +14,7 @@
generate QR codes intended for the QR code login mechanism described in
[MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108).

- Update matrix-rust-sdk to `35173347f`, which includes:
- Update matrix-rust-sdk to `7a887766c`, which includes:

- Add data types to parse the QR code data for the QR code login defined in
[MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108)
Expand Down
Loading

0 comments on commit de01238

Please sign in to comment.