From 1dab72fc598626a5e8e6a37875382e7371c99995 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 16 Sep 2023 17:59:34 +0200 Subject: [PATCH] Rename ch3->ch2; add a new possible ch3 based on a suggestion by Lars --- book/source/{03-highlevel.md => 02-highlevel.md} | 0 book/source/03-cryptography.md | 5 +++++ book/source/index.rst | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) rename book/source/{03-highlevel.md => 02-highlevel.md} (100%) create mode 100644 book/source/03-cryptography.md diff --git a/book/source/03-highlevel.md b/book/source/02-highlevel.md similarity index 100% rename from book/source/03-highlevel.md rename to book/source/02-highlevel.md diff --git a/book/source/03-cryptography.md b/book/source/03-cryptography.md new file mode 100644 index 0000000..2e3ad50 --- /dev/null +++ b/book/source/03-cryptography.md @@ -0,0 +1,5 @@ +# Cryptographic concepts/terms + +``` +Lars suggests that we should have a place where we introduce cryptographic terms that we use, and give short definitions (without getting into how specific algorithms work) +``` \ No newline at end of file diff --git a/book/source/index.rst b/book/source/index.rst index 13b1dde..200b187 100644 --- a/book/source/index.rst +++ b/book/source/index.rst @@ -6,7 +6,8 @@ Notes on OpenPGP :maxdepth: 3 01-intro.md - 03-highlevel.md + 02-highlevel.md + 03-cryptography.md 04-certs.md 05-private.md 06-signatures.md