diff --git a/book/source/06-signatures.md b/book/source/06-signatures.md index 938e80f..704f27d 100644 --- a/book/source/06-signatures.md +++ b/book/source/06-signatures.md @@ -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: -- A *signature type ID* (see above), which specifies the intended meaning of the signature, -- Metadata (which is variable and depends in part on the type ID), - - Most of this metadata is encoded as so-called "subpackets," see {ref}`signature_subpackets`, -- A raw cryptographic signature. +- **Signature type ID**: specifies the signature's intended meaning, as detailed above +- **Metadata**: varies based, in part, on the signature type ID; mostly encoded as "subpackets" (see {ref}`signature_subpackets`) +- **Raw cryptographic signature** ```{figure} diag/signature_packet.png