mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
move visualization sections out into #183 for now
This commit is contained in:
parent
32566e4bb0
commit
11ba97a3f3
1 changed files with 0 additions and 32 deletions
|
@ -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)=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue