Files
matrix-rust-sdk/contrib/key-forwarding-algorithm/README.md
2026-05-18 15:05:52 +02:00

18 lines
353 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
```text
make # Render the decision tree both as a PDF and PNG
```
```text
make pdf # Renders the decision tree as a PDF
make png # Renders the decision tree as a PNG
```
```text
make clean # Remove rendered artifacts
```