Fix typo in a comment

Co-authored-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2020-06-10 09:18:25 +02:00 committed by GitHub
parent 9b8d34edd4
commit 25705e6757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ static unsigned long add_count, dbl_count, mul_count;
#if !defined(MBEDTLS_ECP_NO_INTERNAL_RNG) #if !defined(MBEDTLS_ECP_NO_INTERNAL_RNG)
/* /*
* Currently ecp_mul() takes a RNG function as an argument, used for * Currently ecp_mul() takes a RNG function as an argument, used for
* side-channel protection, but it can be NULL. The initial reasonning was * side-channel protection, but it can be NULL. The initial reasoning was
* that people will pass non-NULL RNG when they care about side-channels, but * that people will pass non-NULL RNG when they care about side-channels, but
* unfortunately we have some APIs that call ecp_mul() with a NULL RNG, with * unfortunately we have some APIs that call ecp_mul() with a NULL RNG, with
* no opportunity for the user to do anything about it. * no opportunity for the user to do anything about it.