From b38c2ed3d94017fc7181d9f3e17c40383899ee5f Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Wed, 14 Dec 2022 13:11:46 +0000 Subject: [PATCH] Fix double space between words Signed-off-by: Tom Cosgrove --- library/bignum_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bignum_core.h b/library/bignum_core.h index b8985274c..b079850d9 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -626,7 +626,7 @@ static inline size_t mbedtls_mpi_core_montmul_working_limbs( size_t AN_limbs ) * the base `R` = 2^(biL*m->limbs). * \param[in] AN_limbs The number of limbs in \p X, \p A, \p N and \p rr. * \param mm The Montgomery constant for \p N: -N^-1 mod 2^biL. - * This can be determined by calling + * This can be determined by calling * `mbedtls_mpi_core_montmul_init()`. * \param[in] rr The residue for `2^{2*n*biL} mod N`. * \param[in,out] T Temporary storage of size at least @@ -664,7 +664,7 @@ void mbedtls_mpi_core_to_mont_rep( mbedtls_mpi_uint *X, * the base `R` = 2^(biL*m->limbs). * \param[in] AN_limbs The number of limbs in \p X, \p A and \p N. * \param mm The Montgomery constant for \p N: -N^-1 mod 2^biL. - * This can be determined by calling + * This can be determined by calling * `mbedtls_mpi_core_montmul_init()`. * \param[in,out] T Temporary storage of size at least * `mbedtls_mpi_core_montmul_working_limbs(AN_limbs)`