about summary refs log tree commit diff
path: root/doc/simple-workflow.uml
diff options
context:
space:
mode:
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