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:
parent
ecbb124292
commit
d932de8857
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue