From d932de8857a5e9861448858776cde1ae419e57f5 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Thu, 25 Aug 2022 16:43:43 +0100 Subject: [PATCH] Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if() Signed-off-by: Tom Cosgrove --- library/bignum_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bignum_core.h b/library/bignum_core.h index e443d2cc5..cf7caee94 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -236,8 +236,8 @@ mbedtls_mpi_uint mbedtls_mpi_core_sub( mbedtls_mpi_uint *X, size_t limbs ); /** - * \brief Constant-time conditional addition of two known-size large unsigned - * integers, returning the carry. + * \brief Conditional addition of two known-size large unsigned integers, + * returning the carry. * * Functionally equivalent to *