Convert also drawio based SVGs to plain SVGs and use unified path

Load all plain SVGs from a unified path.

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-12-11 16:48:26 +01:00
parent 4b0bc1c007
commit 707ac2f78e
No known key found for this signature in database
GPG key ID: 90D4B9641E092971
11 changed files with 36 additions and 36 deletions

View file

@ -117,7 +117,7 @@ In this version of the SEIPD packet, the session key is used directly as message
When communicating with a mix of recipients, some of whose OpenPGP software only supports OpenPGP version 4, then this mechanism must be used.
```{figure} drawio/SEIPDv1-PKESK.svg
```{figure} plain_svg/SEIPDv1-PKESK.svg
:name: fig-encryption-seipdv1-pkesk
:alt: Depicts a dotted hexagon labeled "Plaintext", from which a curved arrow passes another dotted hexagon "Session Key" and finally points to a "SEIPDv1" packet. Two more curved arrows originate from the session key and pass Alice' and Bob's encryption key, ending in two PKESK packets.
@ -137,7 +137,7 @@ In version 2 SEIPD, the *session key* is transformed into a *message key*, based
The session key can use a different symmetric algorithm than the message key.
```
```{figure} drawio/SEIPDv2-PKESK.svg
```{figure} plain_svg/SEIPDv2-PKESK.svg
:name: fig-encryption-seipdv2-pkesk
:alt: TODO