mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
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:
parent
0368edef16
commit
8ca953e39e
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
```{figure} diag/cryptographic_keypair.svg
|
||||
```{figure} diag/cryptographic_keypair.png
|
||||
---
|
||||
---
|
||||
An asymmetric cryptographic key pair
|
||||
|
|
|
@ -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.
|
||||
|
||||
```{figure} diag/OpenPGP_Certificate.svg
|
||||
```{figure} diag/OpenPGP_Certificate.png
|
||||
|
||||
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)):
|
||||
|
||||
```{figure} diag/Fingerprint.svg
|
||||
```{figure} diag/Fingerprint.png
|
||||
|
||||
Every OpenPGP component key can be named by a fingerprint
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue