From d62605126dce4b83b81b9de1933b0b1dc940a859 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Mon, 3 Apr 2023 17:32:55 +0200 Subject: [PATCH] Fix documentation Signed-off-by: Gabor Mezei --- library/bignum_core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bignum_core.h b/library/bignum_core.h index 5750656e92..7a0311ad17 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -401,6 +401,7 @@ mbedtls_mpi_uint mbedtls_mpi_core_mla(mbedtls_mpi_uint *X, size_t X_limbs, /** * \brief Perform a known-size multiplication * + * \p X may not be aliased to any of the inputs for this function. * \p A may be aliased to \p B. * * \param[out] X The pointer to the (little-endian) array to receive