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
This is not a secret that Element Web will use matrix-sdk-crypto-js in a near future. This meta issue provides a list of additional features we want to see in matrix-sdk-crypto-js that are required for Element Web. This list is inspired by Element Web R: Internal Plan, and by various wishes I've heard here and there.
Each new feature respects the Rust team' standards: It is highly tested, well-documented, reviewed, and will improve the underlying layers if needed.
Foundational
Build pipeline for producing a NPM-compatible Wasm package:
Address element-hq/element-web#21972.
This is not a secret that Element Web will use
matrix-sdk-crypto-js
in a near future. This meta issue provides a list of additional features we want to see inmatrix-sdk-crypto-js
that are required for Element Web. This list is inspired by Element Web R: Internal Plan, and by various wishes I've heard here and there.Each new feature respects the Rust team' standards: It is highly tested, well-documented, reviewed, and will improve the underlying layers if needed.
Foundational
crypto-js
#966npm run pack
#981Basic encryption/decryption
OlmMachine
constructor #971OlmMachine.sign
and.cross_signing_status
#955OlmMachine.encryptRoomEvent
,….decryptRoomEvent
and….shareRoomKey
are already implemented #1040Table-stakes Functionality
OlmMachine.cross_signing_status
is implemented, not sure if it validates this itemOlmMachine.get_identity
#1039(export|import)_keys
to(export|import)_room_keys
#1058OlmMachine.export_room_keys
and.import_room_keys
#1059OlmMachine.share_group_session
toOlmMachine.share_room_key
#723matrix_sdk_crypto
yet.matrix_sdk_crypto
yet.Ship It
The text was updated successfully, but these errors were encountered: