mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-05 08:35:59 +01:00
Merge pull request 'issue-251' (#271) from issue-251 into main
Reviewed-on: https://codeberg.org/openpgp/notes/pulls/271
This commit is contained in:
commit
0813eaf4cb
1 changed files with 5 additions and 3 deletions
|
@ -74,10 +74,12 @@ As outlined above, an {term}`OpenPGP signature<OpenPGP Signature Packet>` is a c
|
||||||
Structure and context of an {term}`OpenPGP signature packet`
|
Structure and context of an {term}`OpenPGP signature packet`
|
||||||
```
|
```
|
||||||
|
|
||||||
The input data packets differ between specific signature types. Also see {numref}`fig-signature-types`. For example:
|
The input data packets differ between specific signature types. Also see {numref}`fig-signature-types`.
|
||||||
|
|
||||||
- for a [*binary data signature*](data-signature-types), the input data packet is a *literal data packet*, while
|
For example:
|
||||||
- for a [*subkey binding signature*](bind-subkey), the input data packets consist of a primary and a subkey packet.
|
|
||||||
|
- [**Binary data signature**](data-signature-types): The input data packet is a {term}`literal data packet`.
|
||||||
|
- [**Subkey binding signature**](bind-subkey): The input data packets consist of a primary and a subkey packet.
|
||||||
|
|
||||||
### Creating an OpenPGP signature packet
|
### Creating an OpenPGP signature packet
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue