Skip to content

Commit f21f743

Browse files
committed
key backups done
1 parent bd50104 commit f21f743

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

β€Žindex.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image: "https://arewemlsyet.com/assets/images/logo.png?1"
33
---
4-
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-06-15_
4+
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-06-30_
55

66
```
77
__ __ _ ____ _ ___
@@ -21,10 +21,11 @@ decryption working and can handle membership changes.
2121

2222
Latest demo video: external commits
2323

24-
<iframe title="MLS Element demo - external commits" src="https://scitech.video/videos/embed/2be724b5-da6e-46ba-8776-52747dded7ae" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
24+
<iframe title="MLS Element demo - key backup" src="https://scitech.video/videos/embed/dfc73f6f-241c-4a17-a10a-7b1de07afc2a" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
2525

2626
Previous demo videos:
2727

28+
- [external commits](https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo)
2829
- [group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
2930
- [group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
3031

@@ -77,23 +78,23 @@ backups, interact with MLS.
7778
- 🎞️ [demo 1: group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
7879
- 🎞️ [demo 2: group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
7980
- 🎞️ [demo 3: external commits](https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo)
81+
- 🎞️ [demo 4: key backup](https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1)
8082
- πŸ§‘β€πŸ’»[matrix-js-sdk
8183
PR](https://github.com/matrix-org/matrix-js-sdk/pull/3306),
8284
[matrix-react-sdk
8385
PR](https://github.com/matrix-org/matrix-react-sdk/pull/10669)
8486
- πŸ–±οΈ [try it out](https://element-mls-proof-of-concept.netlify.app)
8587
- βœ… investigate and implement external commits (ability to send an encrypted
8688
message before a current member has added you to the MLS tree)
87-
- ⏳ investigate decryption of historical messages
89+
- βœ… investigate decryption of historical messages
8890
- re-decryption of old messages
89-
- key sharing
9091
- key backup
9192
- ☐ integrate decentralised MLS into Rust crypto crate
9293
- ☐ write bindings for other languages
9394
- ☐ fully support MLS in clients
9495

9596
## Documentation
96-
- ☐ write and finalise MSCs for MLS over Matrix
97+
- ⏳ write and finalise MSCs for MLS over Matrix
9798
- ☐ write MLS implementation guide for clients
9899

99100
# Resources
@@ -107,6 +108,7 @@ backups, interact with MLS.
107108
- [group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
108109
- [group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
109110
- [external commits](https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo)
111+
- [key backup](https://scitech.video/w/tCHKoZbEbhkTFBPBYtKuv1)
110112
- πŸ§‘β€πŸ’» Implementations
111113
- [matrix-dmls](https://gitlab.matrix.org/uhoreg/matrix-dmls) - Rust library
112114
for decentralised MLS in Matrix

0 commit comments

Comments
Β (0)