From 6f182c33a8b237eb6b01a5c4d267c79b9c236d85 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 31 Mar 2023 16:09:28 +0200 Subject: [PATCH] Fix documentation Signed-off-by: Gabor Mezei --- library/bignum_core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/bignum_core.h b/library/bignum_core.h index 3a111600b8..5750656e92 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -401,6 +401,8 @@ mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *X, size_t X_limbs, /** * \brief Perform a known-size multiplication * + * \p A may be aliased to \p B. + * * \param[out] X The pointer to the (little-endian) array to receive * the product of \p A_limbs and \p B_limbs. * This must be of length \p A_limbs + \p B_limbs.