From 4b4374357bdd1d39ae18189a23bd686af7ef3c89 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 13 Dec 2023 11:07:25 +0100 Subject: [PATCH] i broke this while changing link anchor names :-/ thanks to andrew for spotting it --- book/source/cryptography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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