mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
Add examples for input data packets (diagram needs updating to match the "input data packet" terminology)
This commit is contained in:
parent
b2244aeca1
commit
fc0369d26d
1 changed files with 5 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue