Update comment
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ecp_curves.c b/library/ecp_curves.c
index 8f79880..d0d00e3 100644
--- a/library/ecp_curves.c
+++ b/library/ecp_curves.c
@@ -5080,7 +5080,7 @@
RESET;
/* Use 2^224 = P + 2^96 - 1 to modulo reduce the final carry */
- SUB_LAST; NEXT; // A0 += -last_c
+ SUB_LAST; NEXT; // A0 -= last_c
; NEXT; // A1
; NEXT; // A2
ADD_LAST; NEXT; // A3 += last_c
@@ -5088,6 +5088,9 @@
; NEXT; // A5
// A6
+ /* The carry reduction cannot generate a carry
+ * (see commit 73e8553 for details)*/
+
LAST;
return 0;