From eac8be76d6b9376124fbda82d8b74386a8137f67 Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Wed, 14 Dec 2022 13:49:12 +0000 Subject: [PATCH] Remove unnecessary type comment Signed-off-by: Werner Lewis --- library/bignum_mod.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/bignum_mod.h b/library/bignum_mod.h index f2fd7e245..6599e11de 100644 --- a/library/bignum_mod.h +++ b/library/bignum_mod.h @@ -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.