Fix doumentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
027d696434
commit
2b5bf4cec7
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ void mbedtls_mpi_core_cond_assign( mbedtls_mpi_uint *X,
|
|||
unsigned char assign );
|
||||
|
||||
/**
|
||||
* \brief Perform a safe conditional copy of MPI which doesn't reveal whether
|
||||
* \brief Perform a safe conditional swap of MPI which doesn't reveal whether
|
||||
* the condition was true or not.
|
||||
*
|
||||
* \param[IN,OUT] X The address of the first MPI.
|
||||
|
|
|
@ -58,7 +58,7 @@ void mbedtls_mpi_mod_raw_cond_assign( mbedtls_mpi_uint *X,
|
|||
unsigned char assign );
|
||||
|
||||
/**
|
||||
* \brief Perform a safe conditional copy of MPI which doesn't reveal whether
|
||||
* \brief Perform a safe conditional swap of MPI which doesn't reveal whether
|
||||
* the condition was true or not.
|
||||
*
|
||||
* \param[IN,OUT] X The address of the first MPI. This must be initialized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue