bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
4f43f61c6a
commit
b85506e250
1 changed files with 4 additions and 3 deletions
|
@ -413,11 +413,12 @@ void mbedtls_mpi_core_montmul( mbedtls_mpi_uint *X,
|
||||||
mbedtls_mpi_uint mm, mbedtls_mpi_uint *T );
|
mbedtls_mpi_uint mm, mbedtls_mpi_uint *T );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Calculate initialisation value for fast Montgomery modular
|
* \brief Calculate the square of the Montgomery constant. (Needed
|
||||||
* multiplication
|
* for conversion and operations in Montgomery form.)
|
||||||
*
|
*
|
||||||
* \param[out] X A pointer to the result of the calculation of
|
* \param[out] X A pointer to the result of the calculation of
|
||||||
* Montgomery const 2^{2*n*biL} mod N.
|
* the square of the Montgomery constant:
|
||||||
|
* 2^{2*n*biL} mod N.
|
||||||
* \param[in] N Little-endian presentation of the modulus, which must be odd.
|
* \param[in] N Little-endian presentation of the modulus, which must be odd.
|
||||||
*
|
*
|
||||||
* \return 0 if successful.
|
* \return 0 if successful.
|
||||||
|
|
Loading…
Reference in a new issue