Skip to content

Commit

Permalink
Update docs/audit_report/src/side_channels/01_02_ml_dsa.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Albert <[email protected]>
  • Loading branch information
aewag and FAlbertDev authored Dec 17, 2024
1 parent 4ea2b1f commit 9cd4c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/audit_report/src/side_channels/01_02_ml_dsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The reference implementation of CRYSTALS-Dilithium [DILITHIUM_REFERENCE_IMPLEMEN
t = a->coeffs[i] >> 31;
t = a->coeffs[i] - (t & 2*a->coeffs[i]);
The current implementation in the function `infinity_norm_within_bound()` in Botan fulfils this requirement.
The current implementation in the function `infinity_norm_within_bound()` in Botan fulfills this requirement.
The sign is not leaked, as the following code snippet shows.

.. code-block:: cpp
Expand Down

0 comments on commit 9cd4c8a

Please sign in to comment.