commit | 575938e806572e47e8959eaf2af87cd1bf265240 | [log] [tgz] |
---|---|---|
author | Chien Wong <m@xv97.com> | Wed Dec 27 21:22:31 2023 +0800 |
committer | Chien Wong <m@xv97.com> | Wed Dec 27 21:26:39 2023 +0800 |
tree | 60b8d9b231104349426cbc17039e2b94f528dca2 | |
parent | 0071830a4fbcc1b38e33a3b001489ccbd9c9e31c [diff] [blame] |
Fix a comment in ecp Fixes: 5521b4ce37b2b7768a66c3a2b5a2fcff200ca11a Signed-off-by: Chien Wong <m@xv97.com>
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; }