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