From 47f8d69cd5249a08c411b3cc8df952bd38ba3b17 Mon Sep 17 00:00:00 2001 From: Alexander Wagner Date: Tue, 17 Dec 2024 11:07:08 +0100 Subject: [PATCH] Update docs/audit_report/src/side_channels/01_03_ml_kem.rst Co-authored-by: Fabian Albert --- docs/audit_report/src/side_channels/01_03_ml_kem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4363e8bd..e19d1cca 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 @@ -61,5 +61,5 @@ The reasoning for each identified leak is explained below. 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. +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.