From 210ea63d8b03d1d7bef19a5e76cba882da21a2b9 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 16 Dec 2022 16:35:24 +0100 Subject: [PATCH] Fix documentation Signed-off-by: Gabor Mezei --- library/bignum_mod_raw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bignum_mod_raw.h b/library/bignum_mod_raw.h index 05c46b96b..9dee934a6 100644 --- a/library/bignum_mod_raw.h +++ b/library/bignum_mod_raw.h @@ -173,7 +173,7 @@ void mbedtls_mpi_mod_raw_sub( mbedtls_mpi_uint *X, /** \brief Multiply two MPIs, returning the residue modulo the specified * modulus. * - * \note Currently handles the case when `m->int_rep` is + * \note Currently handles the case when `N->int_rep` is * MBEDTLS_MPI_MOD_REP_MONTGOMERY. * * The size of the operation is determined by \p N. \p A, \p B and \p X must @@ -193,7 +193,7 @@ void mbedtls_mpi_mod_raw_sub( mbedtls_mpi_uint *X, * \param[in] B The address of the second MPI. * \param[in] N The address of the modulus. Used to perform a modulo * operation on the result of the multiplication. - * \param[in,out] T Temporary storage of size at least 2 * AN_limbs + 1 + * \param[in,out] T Temporary storage of size at least 2 * N->limbs + 1 * limbs. Its initial content is unused and * its final content is indeterminate. * It must not alias or otherwise overlap any of the