From 38d9be0b41568c0531fb7c02dab6f91ce7c748cd Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 19 Jan 2024 17:47:00 +0100 Subject: [PATCH] change structure on data packet types --- book/source/signatures.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/source/signatures.md b/book/source/signatures.md index e418431..55371f5 100644 --- a/book/source/signatures.md +++ b/book/source/signatures.md @@ -74,10 +74,10 @@ As outlined above, an {term}`OpenPGP signature` is a c 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 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