diag: Use png versions of diagrams for now

In the epub version, some viewers don't show text for svg diagrams (probably a missing font issue).
This commit is contained in:
Heiko Schaefer 2023-10-03 19:22:24 +02:00
parent 0368edef16
commit 8ca953e39e
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ Unlike symmetric cryptography, public-key cryptography doesn't require participa
In many places, we'll deal with asymmetric cryptographic key pairs: In many places, we'll deal with asymmetric cryptographic key pairs:
```{figure} diag/cryptographic_keypair.svg ```{figure} diag/cryptographic_keypair.png
--- ---
--- ---
An asymmetric cryptographic key pair An asymmetric cryptographic key pair

View file

@ -32,7 +32,7 @@ An OpenPGP certificate (or "OpenPGP key") is a collection of an arbitrary number
We sometimes collectively refer to component keys and identity information as the "components" of a certificate. We sometimes collectively refer to component keys and identity information as the "components" of a certificate.
```{figure} diag/OpenPGP_Certificate.svg ```{figure} diag/OpenPGP_Certificate.png
Typical components in an OpenPGP certificate Typical components in an OpenPGP certificate
``` ```
@ -60,7 +60,7 @@ Component key representations that include private key material also contain met
For each OpenPGP component key, an *OpenPGP fingerprint* can be derived from the combination of the public key material and creation timestamp (plus additional algorithm parameters, in the case of [ECDH Keys](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#name-algorithm-specific-part-for-ecd)): For each OpenPGP component key, an *OpenPGP fingerprint* can be derived from the combination of the public key material and creation timestamp (plus additional algorithm parameters, in the case of [ECDH Keys](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#name-algorithm-specific-part-for-ecd)):
```{figure} diag/Fingerprint.svg ```{figure} diag/Fingerprint.png
Every OpenPGP component key can be named by a fingerprint Every OpenPGP component key can be named by a fingerprint
``` ```