commit | 6f182c33a8b237eb6b01a5c4d267c79b9c236d85 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Fri Mar 31 16:09:28 2023 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Fri Mar 31 16:17:06 2023 +0200 |
tree | ab506af3021112182ce0f09e8e291870c75d8495 | |
parent | 87223ab1cebe99b5a07e2d3dc1ff74ce0ceb8c5b [diff] [blame] |
Fix documentation Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/bignum_core.h b/library/bignum_core.h index 3a11160..5750656 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h
@@ -401,6 +401,8 @@ /** * \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.