You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
We have decided that signing one-time keys is the lesser of two evils; accordingly, use a new key algorithm type (`signed_curve25519`), sign the one-time keys that we upload to the server, and verify the signatures on those we download. This will mean that develop won't be able to talk to master, but hey, we're in beta.