mbedtls_mpi_core_mul() function
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.
Arguments
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.
A
The pointer to the (little-endian) array representing the first factor.
A_limbs
The number of limbs in \p A.
B
The pointer to the (little-endian) array representing the second factor.
B_limbs
The number of limbs in \p B.