Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if()

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove 2022-08-25 16:43:43 +01:00
parent ecbb124292
commit d932de8857

View file

@ -236,8 +236,8 @@ mbedtls_mpi_uint mbedtls_mpi_core_sub( mbedtls_mpi_uint *X,
size_t limbs ); size_t limbs );
/** /**
* \brief Constant-time conditional addition of two known-size large unsigned * \brief Conditional addition of two known-size large unsigned integers,
* integers, returning the carry. * returning the carry.
* *
* Functionally equivalent to * Functionally equivalent to
* *