ch3: drop task (it's done)

This commit is contained in:
Heiko Schaefer 2023-10-04 11:03:00 +02:00
parent 664f3cec86
commit f62fb72190
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -68,13 +68,6 @@ In many places, we'll deal with asymmetric cryptographic key pairs:
An asymmetric cryptographic key pair
```
```{admonition} VISUAL
:class: warning
- Wiktor notes: red-green color-blindness affects 8,5% of the population.
- Heiko: maybe use colors + distinct shapes for the two key halves?
```
An asymmetric cryptographic key pair consists of a public and a private part. In this document, we'll show the public part of a key pair in green, and the private part in red.
Note that in many contexts, only the public part is present (more on that later):