From d4a616094e09f184e0203c1b372e5b60abf5ee02 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 10 Nov 2023 14:45:39 +0100 Subject: [PATCH] restructure signature packet section of ch6 --- book/source/06-signatures.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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