mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Merge pull request 'ch3: move terminology note into an admonition' (#50) from heiko-ch3 into draft
Reviewed-on: https://codeberg.org/openpgp/notes/pulls/50
This commit is contained in:
commit
8521a3c2c8
1 changed files with 5 additions and 1 deletions
|
@ -95,9 +95,13 @@ Only the public part of an asymmetric key pair
|
|||
|
||||
OpenPGP makes heavy use of public-key cryptography, both for encryption and signing operations.
|
||||
|
||||
Note that, for historical reasons, the OpenPGP RFC and other documentation often use the non-standard term "secret key" instead of the more common "private key."
|
||||
```{admonition} Terminology
|
||||
:class: note
|
||||
|
||||
For historical reasons, the OpenPGP RFC and other documentation often use the non-standard term "secret key" instead of the more common "private key."
|
||||
|
||||
So in OpenPGP, the pair of terms "public/secret key" is sometimes used instead of the more common "public/private key."
|
||||
```
|
||||
|
||||
### Cryptographic digital signatures
|
||||
|
||||
|
|
Loading…
Reference in a new issue