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

Apache License 2.0
12 stars 7 forks source link

Add bindings for dehydrated devices #104

Closed uhoreg closed 6 months ago

uhoreg commented 7 months ago

Depends on https://github.com/matrix-org/matrix-rust-sdk/pull/3164

uhoreg commented 6 months ago

Test failure is because the latest matrix-sdk-crypto includes time-based fallback key rotation, which uses SystemTime to calculate the expiry, which doesn't work with wasm. https://github.com/matrix-org/matrix-rust-sdk/pull/3249 fixes this. So once that's merged, the Cargo.lock here will need to be updated again.