Add examples for input data packets (diagram needs updating to match the "input data packet" terminology)

This commit is contained in:
Heiko Schaefer 2023-11-21 09:54:49 +01:00
parent b2244aeca1
commit fc0369d26d
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -66,6 +66,11 @@ As outlined above, an {term}`OpenPGP signature<OpenPGP Signature Packet>` is a c
Structure of an {term}`OpenPGP signature packet`
```
The input data packets differ between specific signature types. Also see {numref}`fig-signature-types`. For example:
- for a [*binary data signature*](data_signature_types), the input data packet is a *literal data packet*, while
- for a [*subkey binding signature*](bind_subkey), the input data packets consist of a primary and a subkey packet.
### Creating an OpenPGP signature packet
Creating an {term}`OpenPGP signature packet` involves encoding a statement about a specific set of data within the {term}`packet`.