1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

ecp_curves: Extended documentation for CURVE25519.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2023-05-22 11:23:56 +01:00
parent 47249fd9ec
commit d6beda7af9
2 changed files with 8 additions and 3 deletions

View File

@ -250,8 +250,6 @@ int mbedtls_ecp_mod_p256k1_raw(mbedtls_mpi_uint *X, size_t X_limbs);
* (double the bitlength of the modulus).
* Upon return holds the reduced value which is
* in range `0 <= X < 2 * N` (where N is the modulus).
* The bitlength of the reduced value is the same as
* that of the modulus (255 bits).
* \param[in] X_limbs The length of \p X in limbs.
*
* \return \c 0 on success.