From 13d3e4c648036f6e26d450c4dfdbd4999cf0e8a8 Mon Sep 17 00:00:00 2001 From: blendoit Date: Fri, 4 Oct 2019 13:09:31 -0700 Subject: Ignore pyc files and update docs --- doc/diagram.txt | 17 +++++++++++++++++ doc/diagram2.png | Bin 0 -> 6107 bytes doc/diagram2.pum | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 doc/diagram.txt create mode 100644 doc/diagram2.png create mode 100644 doc/diagram2.pum (limited to 'doc') diff --git a/doc/diagram.txt b/doc/diagram.txt new file mode 100644 index 0000000..668ec61 --- /dev/null +++ b/doc/diagram.txt @@ -0,0 +1,17 @@ + ┌─────┐ ┌───┐ ┌────┐ + │Alice│ │Bob│ │John│ + └──┬──┘ └─┬─┘ └─┬──┘ + │Authentication Request │ │ + │───────────────────────>│ │ + │ │ │ + │Authentication Response │ │ + │<─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─│ │ + │ │ │ + │ another Authentication Request │ + │<─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ │ + │ │ │ + │ another Authentication Response │ + │ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─>│ + ┌──┴──┐ ┌─┴─┐ ┌─┴──┐ + │Alice│ │Bob│ │John│ + └─────┘ └───┘ └────┘ diff --git a/doc/diagram2.png b/doc/diagram2.png new file mode 100644 index 0000000..f15fa91 Binary files /dev/null and b/doc/diagram2.png differ diff --git a/doc/diagram2.pum b/doc/diagram2.pum new file mode 100644 index 0000000..4eb26a6 --- /dev/null +++ b/doc/diagram2.pum @@ -0,0 +1,5 @@ +' this is a comment +Alice -> Bob: Authentication Request +Bob --> Alice: Authentication Response +John --> Alice: another Authentication Request +Alice --> John: another Authentication Response -- cgit v1.2.3