mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
swap parts for components
This commit is contained in:
parent
773015bdf4
commit
d810608dc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue