clarify private vs secret in this document

This commit is contained in:
Tammi L. Coles 2023-10-13 15:54:55 +02:00
parent 97b8b2b067
commit f747e12706

View file

@ -105,7 +105,7 @@ OpenPGP extensively uses public-key cryptography for encryption and digital sign
OpenPGP documentation, including the foundational RFC, opts for the term "secret key" over the more widely accepted "private key." As a result, in the RFC, you'll encounter the "public/secret key" pairing more frequently than "public/private key." This terminology reflects historical developments in the OpenPGP community, not a difference in technology.
While "secret key" and "private key" serve the same purpose in cryptographic operations, this document will use the more common "public/private" terminology for clarity and consistency with broader cryptographic discussions.
While "secret key" (as used in the OpenPGP RFC) and "private key" serve the same purpose in cryptographic operations, this document will use the more common "public/private" terminology for clarity and consistency with broader cryptographic discussions.
```
### Cryptographic digital signatures