From 710c69ee8659e683dd9f82ba59831b6fb8022a4b Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 1 Dec 2023 22:21:34 +0100 Subject: [PATCH] link anchor --- book/source/07-signing_data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/source/07-signing_data.md b/book/source/07-signing_data.md index 0b9952c..88e73b0 100644 --- a/book/source/07-signing_data.md +++ b/book/source/07-signing_data.md @@ -45,6 +45,7 @@ A detached signature is produced by calculating an OpenPGP signature over the da This signature format is especially useful for signing software releases and other files where it is imperative that the content remains unaltered during the signing process. +(inline_signature)= ### Inline signatures An inline signature joins the signed data and its corresponding data signature into a single OpenPGP message.