mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Correct comment header block
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
3b6bf105d1
commit
7050662a48
@ -5479,7 +5479,7 @@ cleanup:
|
|||||||
* splitting N up into 32-bit limbs and doing the arithmetic using the limbs
|
* splitting N up into 32-bit limbs and doing the arithmetic using the limbs
|
||||||
* directly as we do for the NIST primes above, but for 64-bit targets it should
|
* directly as we do for the NIST primes above, but for 64-bit targets it should
|
||||||
* use half the number of operations if we do the reduction with 224-bit limbs,
|
* use half the number of operations if we do the reduction with 224-bit limbs,
|
||||||
* since mpi_add_mpi will then use 64-bit adds.
|
* since mpi_core_add will then use 64-bit adds.
|
||||||
*/
|
*/
|
||||||
MBEDTLS_STATIC_TESTABLE
|
MBEDTLS_STATIC_TESTABLE
|
||||||
int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *X, size_t X_limbs)
|
int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *X, size_t X_limbs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user