Fix coding style
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
2c8e144ef6
commit
ac70ad6576
1 changed files with 1 additions and 1 deletions
|
@ -5216,7 +5216,7 @@ int mbedtls_ecp_mod_p521_raw(mbedtls_mpi_uint *X, size_t X_limbs)
|
||||||
mbedtls_mpi_uint carry = 0;
|
mbedtls_mpi_uint carry = 0;
|
||||||
|
|
||||||
if (X_limbs != 2 * P521_WIDTH || X[2 * P521_WIDTH - 1] != 0) {
|
if (X_limbs != 2 * P521_WIDTH || X[2 * P521_WIDTH - 1] != 0) {
|
||||||
return MBEDTLS_ERR_ECP_BAD_INPUT_DATA;
|
return MBEDTLS_ERR_ECP_BAD_INPUT_DATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Step 1: Reduction to P521_WIDTH limbs */
|
/* Step 1: Reduction to P521_WIDTH limbs */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue