mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Add hint about dotted line in message format diagram
This commit is contained in:
parent
e78880602a
commit
27476831d9
1 changed files with 5 additions and 1 deletions
|
@ -27,4 +27,8 @@ graph LR
|
|||
esks -- "SKESK|PKESK,k/k" --> esks
|
||||
esks -- "Sym. Enc. (Int. Prot.) Data,k/e" --> enc((Encrypted Data))
|
||||
enc -. "ε,e/m" .-> pgpmsg
|
||||
```
|
||||
```
|
||||
|
||||
The dotted line indicates a nested transition.
|
||||
For example the arrow `Compressed Data,m/m` indicates, that the content of the Compressed Data packet itself
|
||||
is an OpenPGP Message.
|
Loading…
Reference in a new issue