Update documentation following review comment
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
eee0d6ce6b
commit
82f131063a
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void mbedtls_mpi_core_shift_r( mbedtls_mpi_uint *X, size_t limbs,
|
||||||
*
|
*
|
||||||
* Calculates `A + B` where `A` and `B` have the same size.
|
* Calculates `A + B` where `A` and `B` have the same size.
|
||||||
*
|
*
|
||||||
* This function operates modulo 2^(biL*limbs) and returns the carry
|
* This function operates modulo `2^(biL*limbs)` and returns the carry
|
||||||
* (1 if there was a wraparound, and 0 otherwise).
|
* (1 if there was a wraparound, and 0 otherwise).
|
||||||
*
|
*
|
||||||
* \p X may be aliased to \p A or \p B.
|
* \p X may be aliased to \p A or \p B.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue