mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-16 04:20:49 +00:00
Fix coding style issue
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
b727042501
commit
3646dc78bc
@ -5585,7 +5585,7 @@ int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *X, size_t X_limbs)
|
||||
/* M = B0 * 2^224
|
||||
* Oversize M once again takes any carry. */
|
||||
memmove((char *) M + P224_SIZE, M, P224_SIZE +
|
||||
sizeof(mbedtls_mpi_uint)); memset(M, 0, P224_SIZE);
|
||||
sizeof(mbedtls_mpi_uint)); memset(M, 0, P224_SIZE);
|
||||
|
||||
/* M = A1 + B0 * 2^224
|
||||
* No need to have to call mbedtls_mpi_core_add() as as both bignums
|
||||
|
Loading…
x
Reference in New Issue
Block a user