Skip to content

Commit

Permalink
Fix a few minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Oct 29, 2024
1 parent aeaebda commit 4d6144a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/audit_report/src/side_channels/01_03_ml_kem.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""""
""""""
ML KEM
"""""
""""""

Analysed variants:

Expand Down Expand Up @@ -33,6 +33,7 @@ The following call is used to perform the key encapsulation method:
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 \
Expand All @@ -43,6 +44,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
Expand Down

0 comments on commit 4d6144a

Please sign in to comment.