From 20e987c3638faa64643ae52855ced6456ad26a9c Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 7 Dec 2023 23:55:10 +0100 Subject: [PATCH] Fix admonition --- book/source/11-decryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/11-decryption.md b/book/source/11-decryption.md index 31ee3ea..fdfa4ba 100644 --- a/book/source/11-decryption.md +++ b/book/source/11-decryption.md @@ -142,7 +142,7 @@ Since SEIPD version 1 is susceptible to downgrade attacks under certain scenario To decrypt the contents of a version 1 SEIPD packet, the session-key obtained in the previous step is used. The cipher algorithm is determined by TODO. -```{adminonition} TODO +```{admonition} TODO :class: warning Describe in detail, how the cipher algorithm is obtained.