From a8467cd166e238439fcda993a5afcfb85ba2decb Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 22 Oct 2023 10:15:42 +0200 Subject: [PATCH] ch3: drop todo, the key types are now visualized --- book/source/03-cryptography.md | 1 - 1 file changed, 1 deletion(-) diff --git a/book/source/03-cryptography.md b/book/source/03-cryptography.md index 45d1fc7..6e18837 100644 --- a/book/source/03-cryptography.md +++ b/book/source/03-cryptography.md @@ -4,7 +4,6 @@ ```{admonition} VISUAL :class: warning -- Introduce visualizations for cryptographic primitives - Show example visualizations for operations? (encrypt/decrypt and signing/verification - only if we're going to reuse the visual primitives later) ```