mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Update documentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
a264831cff
commit
0b4b8e3c5e
@ -84,8 +84,10 @@ int mbedtls_ecp_gen_privkey_mx(size_t n_bits,
|
|||||||
* is a 192 bit MPI.
|
* is a 192 bit MPI.
|
||||||
*
|
*
|
||||||
* \param[in,out] Np The address of the MPI to be converted.
|
* \param[in,out] Np The address of the MPI to be converted.
|
||||||
* Must have twice as many limbs as the modulus so
|
* Must have twice as many limbs as the modulus.
|
||||||
* 384 bits in length.
|
* Upon return this holds the reduced value. The bitlength
|
||||||
|
* of the reduced value is the same as that of the modulus
|
||||||
|
* (192 bits).
|
||||||
* \param[in] Nn The length of \p Np in limbs.
|
* \param[in] Nn The length of \p Np in limbs.
|
||||||
*/
|
*/
|
||||||
MBEDTLS_STATIC_TESTABLE
|
MBEDTLS_STATIC_TESTABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user