From 8390a4b23c1bb69bf503445b511da63b5b4a9aa3 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 25 Sep 2023 16:43:26 +0200 Subject: [PATCH] ch3: add section for signatures --- book/source/03-cryptography.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/source/03-cryptography.md b/book/source/03-cryptography.md index 29a47a4..5a2c02f 100644 --- a/book/source/03-cryptography.md +++ b/book/source/03-cryptography.md @@ -43,3 +43,6 @@ https://en.wikipedia.org/wiki/Symmetric-key_algorithm Symmetric encryption is a core concept in OpenPGP. It usually comes up involving the term "session key." "Session keys" in OpenPGP are symmetric cryptographic keys. + +## Cryptographic signatures +