1
0
Fork 0
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:
Paul Schaub 2022-09-07 17:56:46 +02:00
parent e78880602a
commit 27476831d9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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.