mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-03 21:24:38 +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 );
|
||||
|
||||
/**
|
||||
* \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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user