restructure signature packet section of ch6

This commit is contained in:
Tammi L. Coles 2023-11-10 14:45:39 +01:00
parent e20a629db7
commit d4a616094e

View file

@ -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