commit | 09cd7dd96a86aadc47d6382c9c05ac6a60653f47 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Tue Feb 13 12:12:10 2024 +0000 |
committer | GitHub <noreply@github.com> | Tue Feb 13 12:12:10 2024 +0000 |
tree | 8a9536cbbe84975f8989998e8b42c6ffb72b8e0b | |
parent | ede909f99ab6e6a958a41e365251c2a1d2c4ed4d [diff] | |
parent | 575938e806572e47e8959eaf2af87cd1bf265240 [diff] |
Merge pull request #8660 from ivq/fix_ecp_comment Fix a comment in ecp
diff --git a/library/ecp.c b/library/ecp.c index 31a6b9e..f67b4d0 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -2614,8 +2614,8 @@ /* RP.X might be slightly larger than P, so reduce it */ MOD_ADD(RP.X); + /* Randomize coordinates of the starting point */ #if defined(MBEDTLS_ECP_NO_INTERNAL_RNG) - /* Derandomize coordinates of the starting point */ if (f_rng == NULL) { have_rng = 0; }