mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
restructure signature packet section of ch6
This commit is contained in:
parent
e20a629db7
commit
d4a616094e
1 changed files with 3 additions and 4 deletions
|
@ -51,10 +51,9 @@ For more detail about specific types of signatures, see the chapters on {ref}`si
|
||||||
|
|
||||||
As outlined above, an OpenPGP signature is a composite data structure, which combines:
|
As outlined above, an OpenPGP signature is a composite data structure, which combines:
|
||||||
|
|
||||||
- A *signature type ID* (see above), which specifies the intended meaning of the signature,
|
- **Signature type ID**: specifies the signature's intended meaning, as detailed above
|
||||||
- Metadata (which is variable and depends in part on the type ID),
|
- **Metadata**: varies based, in part, on the signature type ID; mostly encoded as "subpackets" (see {ref}`signature_subpackets`)
|
||||||
- Most of this metadata is encoded as so-called "subpackets," see {ref}`signature_subpackets`,
|
- **Raw cryptographic signature**
|
||||||
- A raw cryptographic signature.
|
|
||||||
|
|
||||||
```{figure} diag/signature_packet.png
|
```{figure} diag/signature_packet.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue