move visualization sections out into #183 for now

This commit is contained in:
Heiko Schaefer 2023-12-08 18:42:29 +01:00
parent 32566e4bb0
commit 11ba97a3f3
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -133,38 +133,6 @@ Specifically, an OpenPGP private keystore implements two primitives:
These essential operations require access only to the component keys and their associated private key material, specifically [Secret-Key packets](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-secret-key-packet-formats). Additional packets, such as binding signatures, are not required.
### Visualizing a signing operation
```{admonition} TODO
:class: warning
write
```
```{admonition} VISUAL
:class: warning
show examples for the operations in a private keystore.
- reuse the visual elements of the lowest level in the ch6 "how signatures are made" diagram (ch 6): "making a cryptographic signature from a hash digest"
```
### Visualizing a decryption operation
```{admonition} TODO
:class: warning
write
```
```{admonition} VISUAL
:class: warning
show examples for the operations in a private keystore.
- once we have a visual for the low level asymmetric decryption operation (in ch11), mirror it here
```
## Advanced topics
(key-store-design)=