From ab936d5ac4d15c3d6d961d38bf5408b158011dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Meusel?= Date: Tue, 29 Oct 2024 15:35:54 +0100 Subject: [PATCH] Fix a few minor issues --- docs/audit_report/src/06_bibliography.rst | 6 ------ docs/audit_report/src/side_channels/01_02_ml_dsa.rst | 6 ++++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/audit_report/src/06_bibliography.rst b/docs/audit_report/src/06_bibliography.rst index 0183400a..7e223a14 100644 --- a/docs/audit_report/src/06_bibliography.rst +++ b/docs/audit_report/src/06_bibliography.rst @@ -36,12 +36,6 @@ .. [DATA_GIT] https://github.com/Fraunhofer-AISEC/DATA -.. [NIST_SP_800_208] https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-208.pdf - -.. [BOTAN_LMS_PROCESS] https://github.com/randombit/botan/blob/1900c9e1f021b395dce2baba868a6427c1690ff1/src/lib/pubkey/hss_lms/lm_ots.cpp#L31 - -.. [BOTAN_LMS_Q_WITH_CKSM] https://github.com/randombit/botan/blob/1900c9e1f021b395dce2baba868a6427c1690ff1/src/lib/pubkey/hss_lms/lm_ots.cpp#L80 - .. [BOTAN_ML_DSA_MAKE_HINT] https://github.com/randombit/botan/blob/2b270d971073a988da9d9dc1a18e1c056babfa50/src/lib/pubkey/dilithium/dilithium_common/dilithium_algos.cpp#L836 .. [BOTAN_ML_DSA_HINT_PACK] https://github.com/randombit/botan/blob/2b270d971073a988da9d9dc1a18e1c056babfa50/src/lib/pubkey/dilithium/dilithium_common/dilithium_algos.cpp#L232 diff --git a/docs/audit_report/src/side_channels/01_02_ml_dsa.rst b/docs/audit_report/src/side_channels/01_02_ml_dsa.rst index 76823586..18e70a3a 100644 --- a/docs/audit_report/src/side_channels/01_02_ml_dsa.rst +++ b/docs/audit_report/src/side_channels/01_02_ml_dsa.rst @@ -1,6 +1,6 @@ -""""" +"""""" ML DSA -""""" +"""""" Analysed variants: @@ -22,6 +22,7 @@ The following call is used to create the signature: The Botan library is configured using the following console prompt: .. code-block:: + ./configure.py --prefix=~/workspace/bsi/DATA/cryptolib/botan/build --cc=gcc \ --cc-bin=g++-12 --cc-abi=-fno-plt --disable-modules sm4 --disable-sse2 \ --disable-ssse3 --disable-sse4.1 --disable-sse4.2 --disable-avx2 \ @@ -32,6 +33,7 @@ The Botan library is configured using the following console prompt: The binary is compiled with the `gcc` compiler with the following version: .. code-block:: + $ g++-12 --version g++-12 (Debian 12.2.0-14) 12.2.0