mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-28 08:37:25 +00:00
Fix doumentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
027d696434
commit
2b5bf4cec7
@ -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…
x
Reference in New Issue
Block a user