swap parts for components

This commit is contained in:
Tammi L. Coles 2023-10-13 15:51:50 +02:00
parent 2b6d796fef
commit 97b8b2b067

View file

@ -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