diff --git a/docs/audit_report/src/side_channels/01_03_ml_kem.rst b/docs/audit_report/src/side_channels/01_03_ml_kem.rst index d62c8c51..a929ce88 100644 --- a/docs/audit_report/src/side_channels/01_03_ml_kem.rst +++ b/docs/audit_report/src/side_channels/01_03_ml_kem.rst @@ -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.