commit | 5dd97e60d504bf71f31f1083350a41357b125cbb | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Aug 30 14:31:49 2022 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Aug 30 14:31:49 2022 +0100 |
tree | 64f7b5201aeee907890fa9568b043d163294b6e8 | |
parent | b496486cdc5b107b14ceaa0459e4d61a291e446c [diff] [blame] |
Update comments following code review Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/bignum.c b/library/bignum.c index 3fa6a3b..de61952 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -1569,6 +1569,7 @@ * (T->n >= 2 * N->n + 1). * Its initial content is unused and * its final content is indeterminate. + * It does not get reallocated. */ static void mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm,