mirror of https://github.com/logos-co/roadmap.git
50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
---
|
|
title: "Secure Channels - fully decentralized design"
|
|
---
|
|
## `vac:acz:secure-channels:waku:fd-design`
|
|
---
|
|
|
|
```mermaid
|
|
%%{
|
|
init: {
|
|
'theme': 'base',
|
|
'themeVariables': {
|
|
'primaryColor': '#BB2528',
|
|
'primaryTextColor': '#fff',
|
|
'primaryBorderColor': '#7C0000',
|
|
'lineColor': '#F8B229',
|
|
'secondaryColor': '#006100',
|
|
'tertiaryColor': '#fff'
|
|
}
|
|
}
|
|
}%%
|
|
gantt
|
|
tickInterval 1month
|
|
dateFormat YYYY-MM-DD
|
|
section Status
|
|
FD Design: 2023-04-29, 2024-12-15
|
|
```
|
|
|
|
- status: 5%
|
|
- CC: Ramses, Ugur
|
|
|
|
### Description
|
|
|
|
* follow up of [[vac/acz/secure-channels/waku/mls-design|mls-design]]
|
|
|
|
While MLS, an established protocol, allows us to quicker release a secure key setup protocol with an Ethereum authenticator,
|
|
MLS is federated in nature and makes reliability assumptions in regards to the underlying message dissemination layer.
|
|
We work towards mitigating this using on-chain components in the planned deliverables for the milestone linked above.
|
|
|
|
However, we still desire a fully decentralized version that ideally does not require an on-chain component.
|
|
This Milestone tracks this effort.
|
|
|
|
### Justification
|
|
|
|
|
|
### Deliverables
|
|
|
|
* specification (RFC)
|
|
|
|
|