matrix-org / matrix-rust-sdk-crypto-wasm

Apache License 2.0
13 stars 7 forks source link

Expose new method `OlmMachine.openWithKey` #119

Closed richvdh closed 6 months ago

richvdh commented 6 months ago

... allowing the application to pass in the key directly if they have a cryptographically-secure key.

Part of https://github.com/element-hq/element-web/issues/26821. Requires https://github.com/matrix-org/matrix-rust-sdk/pull/3423 (so will fail CI for now)