This commit is contained in:
Heiko Schaefer 2023-10-12 11:56:53 +02:00
parent b18f1eefec
commit ea74ed2128
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -91,10 +91,6 @@ Significant support for OpenPGP version 6 has already been achieved for multiple
There is [ongoing work](https://datatracker.ietf.org/doc/draft-wussler-openpgp-pqc/) to standardize and add support for post-quantum public-key algorithms in OpenPGP. This project is funded by the [german "BSI"](https://en.wikipedia.org/wiki/Federal_Office_for_Information_Security). Goals include adding support for post-quantum cryptography to Thunderbird and GnuPG. A [presentation](https://datatracker.ietf.org/meeting/113/materials/slides-113-openpgp-a-post-quantum-approach-for-openpgp-00) was given at [IETF 113](https://datatracker.ietf.org/meeting/113/session/openpgp/).
```{admonition} TODO
each of the Zoom-in sections needs its "you've landed here so let's explain this to you" line of some kind
```
## Zooming in: Internal structure of OpenPGP data
OpenPGP data is internally structured as "packets." We'll look into examples of this internal structure throughout the following chapters.