diff --git a/book/source/cryptography.md b/book/source/cryptography.md index ebca30e..33b20c9 100644 --- a/book/source/cryptography.md +++ b/book/source/cryptography.md @@ -137,7 +137,7 @@ In OpenPGP, digital signatures have diverse applications, extending beyond mere (hybrid-cryptosystems)= ## Hybrid cryptosystems -[Hybrid cryptosystems](https://en.wikipedia.org/wiki/Hybrid_cryptosystem) combine the use of {term}`symmetric` and {term}`asymmetric (zoom-public-key)` cryptography to capitalize on the strengths of each, namely {term}`symmetric cryptography`'s speed and efficiency and {term}`public-key cryptography`'s mechanism for secure key exchange. +[Hybrid cryptosystems](https://en.wikipedia.org/wiki/Hybrid_cryptosystem) combine the use of {term}`symmetric` and {term}`asymmetric (public-key)` cryptography to capitalize on the strengths of each, namely {term}`symmetric cryptography`'s speed and efficiency and {term}`public-key cryptography`'s mechanism for secure key exchange. ### Usage and terminology in OpenPGP