mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-23 01:32:15 +08:00
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
@ -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…
x
Reference in New Issue
Block a user