added groups

This commit is contained in:
2024-06-18 16:09:06 +02:00
parent c7fba373a5
commit dc5d868a5d
5 changed files with 153 additions and 15 deletions

Binary file not shown.

View File

@ -28,4 +28,18 @@ Alice <-- Bob: Another authentication Response
import "/src/diagram.typ": *
_seq("Alice", "Bob", comment: "This is a test")
_seq("Alice", "Callum", comment: "This is another test with a long text")
})
#chronos.diagram({
import "/src/diagram.typ": *
_seq("Alice", "Bob", comment: "Authentication Request")
_seq("Bob", "Alice", comment: "Authentication Failure")
_grp("My own label", desc: "My own label2", {
_seq("Alice", "Log", comment: "Log attack start")
_grp("loop", desc: "1000 times", {
_seq("Alice", "Bob", comment: "DNS Attack")
})
_seq("Alice", "Bob", comment: "Log attack end")
})
})