Files
matrix-rust-sdk/contrib/key-sharing-algorithm/README.md
Denis Kasak 55731922e8 Add decision tree model of the key sharing algorithm.
And a tool to render it.

Signed-off-by: Denis Kasak <dkasak@termina.org.uk>
2021-10-04 12:49:16 +02:00

12 lines
330 B
Markdown

This models the room key sharing 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