Incorporate diagram of OPS-signed message

This commit is contained in:
Paul Schaub 2023-12-19 18:34:22 +01:00
parent b338286947
commit 23d97d6912
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 84 additions and 0 deletions

View file

@ -74,6 +74,13 @@ A {term}`one-pass signed<One-pass signed Message>` {term}`OpenPGP message` consi
3. **{term}`Data signature packets<OpenPGP Signature Packet>`**: These contain the {term}`cryptographic signature` corresponding to the original data.
```{figure} plain_svg/ops-signed-message.svg
:name: fig-ops-signed-message
:alt: Depicts the structure of a one-pass-signed message.
The structure of a one-pass signed message.
```
```{note}
Despite its name, a {term}`one-pass signature packet` is not a type of {term}`signature packet<OpenPGP Signature Packet>`.