Merge pull request 'WIP ch1: notes on the elaboration' (#60) from ch1 into draft

Reviewed-on: https://codeberg.org/openpgp/notes/pulls/60
This commit is contained in:
heiko 2023-10-12 11:38:11 +00:00
commit f6e9d3438d

View file

@ -32,6 +32,15 @@ This document is focused on the second group, application developers, who use Op
:class: warning
Heiko, we should elaborate a bit on why here
arguments:
- standardized cryptographic system
- long history, broard support
- lately: many high-quality, modern, library implementations (in the past there were no good ways to integrate openpgp into applications)
- the new version of the standard is almost ready, defining a modernized version 6 of the protocol
- all of this together: it's now easier than ever to add openpgp functionality to applications, and the updated standard brings the cryptographic building blocks up to the state of the art
```
This document is not intended for end-users. It is also not for implementers of OpenPGP libraries (or other software that directly handles internal OpenPGP data structures).