Files
matrix-rust-sdk/contrib/key-forwarding-algorithm/README.md
Denis Kasak ad79f9c0ac docs: Update message key forwarding algorithm model.
- Change incorrect "key sharing" references to "key forwarding".
- Explain that this is a feature that needs to be enabled.
- Regenerate the key forwarding algorithm diagram.
- Provide a spec link and mention alternative names.
2024-06-11 14:51:32 +02:00

12 lines
333 B
Markdown

This models the room key forwarding algorithm as a decision tree and provides
tooling to render it as a PDF or PNG.
# Usage
make # Render the decision tree both as a PDF and PNG
make pdf # Renders the decision tree as a PDF
make png # Renders the decision tree as a PNG
make clean # Remove rendered artifacts