Fix documentation

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-03-31 16:09:28 +02:00
parent 87223ab1ce
commit 6f182c33a8
No known key found for this signature in database
GPG key ID: F072ACA227ACD71D

View file

@ -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.