diff options
author | Arun Isaac | 2025-09-08 18:47:31 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-08 18:47:31 +0100 |
commit | cad2b9453c4f4a07d42a9cabc06dfac1ad878096 (patch) | |
tree | 2ed2c67955fea86ad798dd445dd74e0402400ed5 /doc/simple-workflow.uml | |
parent | c202d5351bb2eb81e7dfa2b2e2e8ef18d482866e (diff) | |
download | pyhegp-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.uml | 3 |
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 |