added separators

This commit is contained in:
2024-06-18 16:18:40 +02:00
parent dc5d868a5d
commit b8d0c3468c
4 changed files with 49 additions and 4 deletions

Binary file not shown.

View File

@ -42,4 +42,15 @@ Alice <-- Bob: Another authentication Response
})
_seq("Alice", "Bob", comment: "Log attack end")
})
})
#chronos.diagram({
import "/src/diagram.typ": *
_sep("Initialization")
_seq("Alice", "Bob", comment: "Authentication Request")
_seq("Bob", "Alice", comment: "Authentication Response", dashed: true)
_sep("Repetition")
_seq("Alice", "Bob", comment: "Another authentication Request")
_seq("Bob", "Alice", comment: "another authentication Response", dashed: true)
})