Remove unnecessary type comment
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
e1eb75dc99
commit
eac8be76d6
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
|||
* #mbedtls_mpi_uint. Residues must be initialized before use, and must be
|
||||
* associated with the modulus \p N. Unless otherwise specified:
|
||||
* - Bignum parameters called \p A, \p B, ... are inputs and are not
|
||||
* modified by the function. These will have the type
|
||||
* #mbedtls_mpi_mod_residue.
|
||||
* modified by the function.
|
||||
* - Bignum parameters called \p X, \p Y, ... are outputs or input-output.
|
||||
* The initial content of output-only parameters is ignored. These will
|
||||
* have the type #mbedtls_mpi_mod_residue.
|
||||
|
|
Loading…
Reference in a new issue