Remove unnecessary type comment

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
Werner Lewis 2022-12-14 13:49:12 +00:00
parent e1eb75dc99
commit eac8be76d6

View file

@ -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.