From d810608dc639f75764cd4af4bd33e89585ccfaca Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 13 Oct 2023 15:51:50 +0200 Subject: [PATCH] swap parts for components --- book/source/03-cryptography.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/source/03-cryptography.md b/book/source/03-cryptography.md index 2728c9d..5a129b7 100644 --- a/book/source/03-cryptography.md +++ b/book/source/03-cryptography.md @@ -86,14 +86,14 @@ Throughout this document, we will frequently reference asymmetric cryptographic An asymmetric cryptographic key pair ``` -Each key pair comprises two components: the public key and the private key. For ease of identification, we will depict the public key in green and the private key in red throughout this document. +Each key pair comprises two parts: the public key and the private key. For ease of identification, we will depict the public key in green and the private key in red throughout this document. It's important to note that in many scenarios, only the public key is exposed or used (we will expand on these situations in subsequent sections): ```{figure} diag/keypair_pub.png --- --- -The public component of an asymmetric key pair +The public parts of an asymmetric key pair ``` ### Usage and terminology in OpenPGP