Files
mbedtls/library
Gilles Peskine 4e47bdc2fa Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi
mbedtls_mpi_add_mpi() and mbedtls_mpi_sub_mpi() have the same logic, just
with one bit to flip in the sign calculation. Move the shared logic to a new
auxiliary function. This slightly reduces the code size (if the compiler
doesn't inline) and reduces the maintenance burden.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-11-10 15:15:25 +01:00
..
2022-10-25 16:47:56 +01:00
2022-10-25 16:47:56 +01:00
2022-07-11 10:43:55 +01:00
2022-10-25 16:47:56 +01:00
2022-05-09 11:03:26 +02:00
2022-10-07 15:47:39 +02:00
2021-12-15 11:55:31 +00:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-03-29 14:20:18 +01:00
2021-04-07 12:45:35 +01:00
2021-12-13 11:14:45 +00:00
2020-11-25 13:10:50 +01:00
2020-11-25 13:10:50 +01:00
2022-10-25 17:20:00 +01:00
2022-10-27 11:38:15 +01:00
2022-03-29 17:56:55 +02:00