mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Remove unnecessary type comment
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
@@ -16,8 +16,7 @@
|
|||||||
* #mbedtls_mpi_uint. Residues must be initialized before use, and must be
|
* #mbedtls_mpi_uint. Residues must be initialized before use, and must be
|
||||||
* associated with the modulus \p N. Unless otherwise specified:
|
* associated with the modulus \p N. Unless otherwise specified:
|
||||||
* - Bignum parameters called \p A, \p B, ... are inputs and are not
|
* - Bignum parameters called \p A, \p B, ... are inputs and are not
|
||||||
* modified by the function. These will have the type
|
* modified by the function.
|
||||||
* #mbedtls_mpi_mod_residue.
|
|
||||||
* - Bignum parameters called \p X, \p Y, ... are outputs or input-output.
|
* - Bignum parameters called \p X, \p Y, ... are outputs or input-output.
|
||||||
* The initial content of output-only parameters is ignored. These will
|
* The initial content of output-only parameters is ignored. These will
|
||||||
* have the type #mbedtls_mpi_mod_residue.
|
* have the type #mbedtls_mpi_mod_residue.
|
||||||
|
Reference in New Issue
Block a user