mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-03-21 16:33:10 +01:00
ch17: use public key and direct key signature packet diagrams
This commit is contained in:
parent
bb146b6d8d
commit
2a5667062e
1 changed files with 10 additions and 0 deletions
|
@ -170,6 +170,11 @@ The packet type ID ("6") defines the semantics of the following data within the
|
|||
|
||||
Note that the *Public-Key packet* contains only the public part of the key.
|
||||
|
||||
```{figure} diag/public-key_packet.png
|
||||
|
||||
Structure of a Public-Key packet.
|
||||
```
|
||||
|
||||
(zooming_in_dks)=
|
||||
### Direct Key Signature
|
||||
|
||||
|
@ -355,6 +360,11 @@ The hash digest is calculated from the following data (see [Computing Signatures
|
|||
|
||||
The signature is calculated from this hash digest.
|
||||
|
||||
```{figure} diag/direct_key_signature_packet.png
|
||||
|
||||
Structure of a direct key signature packet.
|
||||
```
|
||||
|
||||
(zoom_enc_subkey)=
|
||||
## Encryption subkey
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue