about summary refs log tree commit diff
path: root/doc/simple-workflow.uml
diff options
context:
space:
mode:
authorArun Isaac2025-09-08 18:47:31 +0100
committerArun Isaac2025-09-08 18:47:31 +0100
commitcad2b9453c4f4a07d42a9cabc06dfac1ad878096 (patch)
tree2ed2c67955fea86ad798dd445dd74e0402400ed5 /doc/simple-workflow.uml
parentc202d5351bb2eb81e7dfa2b2e2e8ef18d482866e (diff)
downloadpyhegp-cad2b9453c4f4a07d42a9cabc06dfac1ad878096.tar.gz
pyhegp-cad2b9453c4f4a07d42a9cabc06dfac1ad878096.tar.lz
pyhegp-cad2b9453c4f4a07d42a9cabc06dfac1ad878096.zip
Hint at pyhegp commands in UML visualization.
Diffstat (limited to 'doc/simple-workflow.uml')
-rw-r--r--doc/simple-workflow.uml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/simple-workflow.uml b/doc/simple-workflow.uml
index 0d81365..e860427 100644
--- a/doc/simple-workflow.uml
+++ b/doc/simple-workflow.uml
@@ -1,5 +1,6 @@
 @startuml
 actor "Researcher" as researcher
 actor "Data Owner" as owner
-owner -> researcher: Encrypt and share ciphertext
+note over owner: pyhegp encrypt
+owner -> researcher: Send ciphertext
 @enduml