mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
Fix comment
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
23b10109bb
commit
a274041190
@ -5570,8 +5570,8 @@ static inline int ecp_mod_koblitz(mbedtls_mpi_uint *X,
|
|||||||
mask = ((mbedtls_mpi_uint) 1 << shift) - 1;
|
mask = ((mbedtls_mpi_uint) 1 << shift) - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Two pass is needed for reducing the value of `A0 + R * A1` and
|
/* Two passes are needed to reduce the value of `A0 + R * A1` and then
|
||||||
* need an additional one to reduce the possible overflow during
|
* we need an additional one to reduce the possible overflow during
|
||||||
* the addition.
|
* the addition.
|
||||||
*/
|
*/
|
||||||
for (size_t pass = 0; pass < 3; pass++) {
|
for (size_t pass = 0; pass < 3; pass++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user