mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
bignum_mod: Updated documentation.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
@@ -98,10 +98,11 @@ typedef enum {
|
|||||||
/* Skip 1 as it is slightly easier to accidentally pass to functions. */
|
/* Skip 1 as it is slightly easier to accidentally pass to functions. */
|
||||||
/** Montgomery representation. */
|
/** Montgomery representation. */
|
||||||
MBEDTLS_MPI_MOD_REP_MONTGOMERY = 2,
|
MBEDTLS_MPI_MOD_REP_MONTGOMERY = 2,
|
||||||
/** TODO: document this.
|
/* Optimised reduction available. This indicates a coordinate modulus (P)
|
||||||
*
|
* and one of the following available:
|
||||||
* Residues are in canonical representation.
|
* - MBEDTLS_ECP_NIST_OPTIM
|
||||||
*/
|
* - Kobliz Curve.
|
||||||
|
* - Fast Reduction Curve CURVE25519 or CURVE448. */
|
||||||
MBEDTLS_MPI_MOD_REP_OPT_RED,
|
MBEDTLS_MPI_MOD_REP_OPT_RED,
|
||||||
} mbedtls_mpi_mod_rep_selector;
|
} mbedtls_mpi_mod_rep_selector;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user