You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropping the Ed25519 device key in lieu of signing with the Curve25519 device key using XEdDSA.
Mandating that the device ID equals the base64-encoding of the Curve25519 device key.
While these are not strictly Olm related in a lower level sense, it would make sense to include them as part of a switch to a hypothetical m.olm.v2.curve25519-aes-sha2 algorithm since that's going to be a breaking change anyway.
use AES-GCM instead of CBC?
We should also consider going further an abandoning AES in favour of (X)ChaCha20-Poly1305.
We have some changes that we'd like to make to the Olm and Megolm protocols; starting a list here to keep track of them.
Megolm:
Olm:
The text was updated successfully, but these errors were encountered: