mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 08:56:50 -04:00
Add documentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
d8f67b975b
commit
b1c62caa1f
@ -97,6 +97,12 @@ int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t Nn);
|
|||||||
|
|
||||||
#if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED)
|
#if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED)
|
||||||
|
|
||||||
|
/** Fast quasi-reduction modulo p521 = 2^521 - 1 (FIPS 186-3 D.2.5)
|
||||||
|
*
|
||||||
|
* \param[in,out] N_p The address of the MPI to be converted.
|
||||||
|
* Must have 2 * N - 1 limbs, where N is the modulus.
|
||||||
|
* \param[in] N_n The length of \p N_p in limbs.
|
||||||
|
*/
|
||||||
MBEDTLS_STATIC_TESTABLE
|
MBEDTLS_STATIC_TESTABLE
|
||||||
int ecp_mod_p521_raw(mbedtls_mpi_uint *N_p, size_t N_n);
|
int ecp_mod_p521_raw(mbedtls_mpi_uint *N_p, size_t N_n);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user