mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
This commit is contained in:
parent
080c88909b
commit
139a543db2
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,6 @@ There is [ongoing work](https://datatracker.ietf.org/doc/draft-wussler-openpgp-p
|
||||||
|
|
||||||
OpenPGP data is internally structured as "packets." We'll look into examples of this internal structure in a series of chapters at the end of this document.
|
OpenPGP data is internally structured as "packets." We'll look into examples of this internal structure in a series of chapters at the end of this document.
|
||||||
|
|
||||||
Getting familiar with the internal format of OpenPGP data is a good way to get familiar with the [RFC](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/),which describes the internal structure of OpenPGP packets in full detail. It may also come in handy for debugging issues.
|
Getting familiar with the internal format of OpenPGP data provides practical insight into the [RFC](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/), which describes the internal structure of OpenPGP packets in full detail, and may also come in handy for debugging issues.
|
||||||
|
|
||||||
(Most of the time, however, we will look at OpenPGP artifacts at a higher level of abstraction.)
|
(Most of the time, however, we will look at OpenPGP artifacts at a higher level of abstraction.)
|
||||||
|
|
Loading…
Reference in a new issue