From 558a3720d83d3ca27dfa27f39bd393498f246afe Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 15 Sep 2023 12:14:20 +0200 Subject: [PATCH] Ch2: edit --- book/source/02-goals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/source/02-goals.md b/book/source/02-goals.md index 6071fea..7c0045f 100644 --- a/book/source/02-goals.md +++ b/book/source/02-goals.md @@ -41,11 +41,11 @@ Implementers of software that handles internal OpenPGP data structures. In that context, the nitty-gritty of which bit of data goes where is crucial. For software developers using OpenPGP through a library, however, it is not. -This document describes OpenPGP concepts at the "library" level of abstraction. +This document describes OpenPGP concepts at the "library" level of abstraction, +and ignores most details about how OpenPGP artifacts are encoded at the lowest level. The idea is to go over various common OpenPGP artifacts, as they are currently used, to get an overview. -We will also ignore most details about how OpenPGP artifacts are encoded at the lowest level. ## Covering versions