Skip to content

Commit

Permalink
Use :srcref: for code links
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Oct 29, 2024
1 parent 4d6144a commit 0329362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/audit_report/src/side_channels/01_03_ml_kem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The reasoning for each identified leak is explained below.

**Leak: Polynomial matrix.**

A data leak was found in the ``sample_matrix()`` function which generates the Kyber polynomial matrix [BOTAN_ML_KEM_SAMPLE_MATRIX]_.
A data leak was found in the ``sample_matrix()`` function (:srcref:`[src/lib/pubkey/kyber/kyber_common]/kyber_algos.cpp:380|sample_matrix`) which generates the Kyber polynomial matrix.
The polynomial matrix is generated using the public key.
This is therefore merely a leak of the public key, which is not considered problematic.
No leaks were found during decryption with the private key.

0 comments on commit 0329362

Please sign in to comment.