mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-27 23:38:44 -04:00
Fix documentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
b6875086e6
commit
63aae68b8f
@ -81,8 +81,8 @@ int mbedtls_ecp_gen_privkey_mx(size_t n_bits,
|
||||
/** Fast quasi-reduction modulo p192 (FIPS 186-3 D.2.1)
|
||||
*
|
||||
* \param[in,out] Np The address of the MPI to be converted.
|
||||
* Must have the double the limbs than \p Nn.
|
||||
* \param[in] Nn The address of the modulus.
|
||||
* Must have twice as many limbs as \p Nn.
|
||||
* \param[in] Nn The length of \p Np in limbs.
|
||||
*/
|
||||
MBEDTLS_STATIC_TESTABLE
|
||||
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user