swap parts for components

This commit is contained in:
Tammi L. Coles 2023-10-13 15:51:50 +02:00 committed by Heiko Schaefer
parent 773015bdf4
commit d810608dc6
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -86,14 +86,14 @@ Throughout this document, we will frequently reference asymmetric cryptographic
An asymmetric cryptographic key pair 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): 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 ```{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 ### Usage and terminology in OpenPGP