From 6e1b616f9996fbbcd2c162a02710ef4a2b11a3fd 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.