ch1/2: add/improve links

Tighten "Building blocks" section.

(Processing input from Wiktor)
This commit is contained in:
Heiko Schaefer 2023-09-28 11:16:05 +02:00
parent 49cd4f88f3
commit 3ef4f265d1
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
4 changed files with 15 additions and 19 deletions

View file

@ -19,7 +19,7 @@ Three groups of people interact with OpenPGP:
2. Software developers who build applications that contain OpenPGP functionality
3. Implementers of OpenPGP libraries (or other software that directly handles the processing of internal OpenPGP data structures)
This document is focused on the second group, application developers, who use OpenPGP functionality in their software projects. It describes the properties of the OpenPGP system and its uses. It presupposes solid knowledge of software development concepts and of general cryptographic concepts. Thus, this text describes OpenPGP at the "library-level," teaching concepts that will help software developers get started as a user of any implementation (e.g., OpenPGP JS, Sequoia PGP).
This document is focused on the second group, application developers, who use OpenPGP functionality in their software projects. It describes the properties of the OpenPGP system and its uses. It presupposes solid knowledge of software development concepts and of general cryptographic concepts. Thus, this text describes OpenPGP at the "library-level," teaching concepts that will help software developers get started as a user of any implementation (e.g., [OpenPGP.JS](https://openpgpjs.org/), [Sequoia-PGP](https://sequoia-pgp.org/)).
```{admonition} TODO
:class: warning